Color Hex Logo

#fbcf0a Color Hex

#FBCF0A
(251,207,10)
0 Favorites   0 Comments

Color spaces of #fbcf0a

RGB 25120710
HSL0.140.970.51
HSV49°96°98°
CMYK 0.000.180.96   0.02
XYZ62.151365.15689.5880
Yxy65.15680.45400.4760
Hunter Lab80.7198-3.821049.4613
CIE-Lab84.56450.516784.4083

#fbcf0a color RGB value is (251,207,10).

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

The process color (four color CMYK) of #fbcf0a color hex is 0.00, 0.18, 0.96, 0.02. Web safe color of #fbcf0a is #ffcc00. Color #fbcf0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001111 00001010
Octal 373 317 12
Decimal 251 207 10
Hex FB CF A

RGB Percentages of Color #fbcf0a

%53.63
%44.23
%2.14

CMYK Percentages of Color #fbcf0a

%0
%18
%96
%2

Triadic Colors of #fbcf0a

#fbcf0a #0afbcf #cf0afb

Analogous Colors of #fbcf0a

#fbcf0a #affb0a #fb560a

Monochromatic Colors of #fbcf0a

#fbcf0a

Complementary Color

#fbcf0a #0a36fb

#fbcf0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcf0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcf0a Color CSS Codes

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

#fbcf0a Text Font Color

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

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


#fbcf0a Background Color

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

This div background color is #fbcf0a


#fbcf0a Border Color

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

This div border color is #fbcf0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcf0a


Comments

No comments written yet.

Please login to write comment.