color codes Logo

#fbcf0c color codes

#FBCF0C
(251,207,12)
0 Favorites   0 Comments

Color spaces of #fbcf0c

RGB 25120712
HSL0.140.970.52
HSV49°95°98°
CMYK 0.000.180.95   0.02
XYZ62.162865.16149.6489
Yxy65.16140.45380.4757
Hunter Lab80.7226-3.805449.4188
CIE-Lab84.56680.533284.2244

#fbcf0c color RGB value is (251,207,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001111 00001100
Octal 373 317 14
Decimal 251 207 12
Hex FB CF C

RGB Percentages of Color #fbcf0c

%53.40
%44.04
%2.55

CMYK Percentages of Color #fbcf0c

%0
%18
%95
%2

Triadic Colors of #fbcf0c

#fbcf0c #0cfbcf #cf0cfb

Analogous Colors of #fbcf0c

#fbcf0c #b0fb0c #fb580c

Monochromatic Colors of #fbcf0c

#fbcf0c

Complementary Color

#fbcf0c #0c38fb

#fbcf0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcf0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcf0c Color CSS Codes

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

#fbcf0c Text Font Color

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

This sample text font color is #fbcf0c
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.


#fbcf0c Background Color

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

This div background color is #fbcf0c


#fbcf0c Border Color

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

This div border color is #fbcf0c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,207,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 #fbcf0c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcf0c


Comments

No comments written yet.

Please login to write comment.