Color Hex Logo

#fc990b Color Hex

#FC990B
(252,153,11)
0 Favorites   0 Comments

Color spaces of #fc990b

RGB 25215311
HSL0.100.980.52
HSV35°96°99°
CMYK 0.000.390.96   0.01
XYZ51.596543.50215.9939
Yxy43.50210.51040.4303
Hunter Lab65.956124.214740.7812
CIE-Lab71.894429.023075.4605

#fc990b color RGB value is (252,153,11).

#fc990b hex color red value is 252, green value is 153 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fc990b hue: 0.10 , saturation: 0.98 and the lightness value of fc990b is 0.52.

The process color (four color CMYK) of #fc990b color hex is 0.00, 0.39, 0.96, 0.01. Web safe color of #fc990b is #ff9900. Color #fc990b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011001 00001011
Octal 374 231 13
Decimal 252 153 11
Hex FC 99 B

RGB Percentages of Color #fc990b

%60.58
%36.78
%2.64

CMYK Percentages of Color #fc990b

%0
%39
%96
%1

Triadic Colors of #fc990b

#fc990b #0bfc99 #990bfc

Analogous Colors of #fc990b

#fc990b #e7fc0b #fc210b

Monochromatic Colors of #fc990b

#fc990b

Complementary Color

#fc990b #0b6efc

#fc990b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc990b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc990b Color CSS Codes

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

#fc990b Text Font Color

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

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


#fc990b Background Color

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

This div background color is #fc990b


#fc990b Border Color

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

This div border color is #fc990b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,153,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc990b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc990b;
  -webkit-box-shadow: 1px 1px 3px 2px #fc990b;
  box-shadow:         1px 1px 3px 2px #fc990b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,153,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc990b

Related Colors


Comments

No comments written yet.

Please login to write comment.