color codes Logo

#fbc00c color codes

#FBC00C
(251,192,12)
0 Favorites   0 Comments

Color spaces of #fbc00c

RGB 25119212
HSL0.130.970.52
HSV45°95°98°
CMYK 0.000.240.95   0.02
XYZ58.699758.23508.4945
Yxy58.23500.46800.4643
Hunter Lab76.31193.757946.8186
CIE-Lab80.86938.257081.5574

#fbc00c color RGB value is (251,192,12).

#fbc00c hex color red value is 251, green value is 192 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #fbc00c hue: 0.13 , saturation: 0.97 and the lightness value of fbc00c is 0.52.

The process color (four color CMYK) of #fbc00c color code is 0.00, 0.24, 0.95, 0.02. Web safe color of #fbc00c is #ffcc00. Color #fbc00c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 00001100
Octal 373 300 14
Decimal 251 192 12
Hex FB C0 C

RGB Percentages of Color #fbc00c

%55.16
%42.20
%2.64

CMYK Percentages of Color #fbc00c

%0
%24
%95
%2

Triadic Colors of #fbc00c

#fbc00c #0cfbc0 #c00cfb

Analogous Colors of #fbc00c

#fbc00c #bffb0c #fb490c

Monochromatic Colors of #fbc00c

#fbc00c

Complementary Color

#fbc00c #0c47fb

#fbc00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc00c Color CSS Codes

.mybgcolor {background-color:#fbc00c; } 
.myforecolor {color:#fbc00c; }
.mybordercolor {border:3px solid #fbc00c; }

#fbc00c Text Font Color

<p style="color:#fbc00c">Text here</p>

This sample text font color is #fbc00c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fbc00c Background Color

<div style="background-color:#fbc00c">
Div content here</div>

This div background color is #fbc00c


#fbc00c Border Color

<div style="border:3px solid #fbc00c">
Div here</div>

This div border color is #fbc00c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,192,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbc00c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbc00c;
  -webkit-box-shadow: 1px 1px 3px 2px #fbc00c;
  box-shadow:         1px 1px 3px 2px #fbc00c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,192,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbc00c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fbc00c;
  -webkit-box-shadow: 1px 1px 3px 2px #fbc00c;
  box-shadow:         1px 1px 3px 2px #fbc00c;">
Div content here</div>

This div box has shadow with color #fbc00c

#fbc00c Color Palettes


Comments

No comments written yet.

Please login to write comment.