Color Hex Logo

#fb990a Color Hex

#FB990A
(251,153,10)
0 Favorites   0 Comments

Color spaces of #fb990a

RGB 25115310
HSL0.100.970.51
HSV36°96°98°
CMYK 0.000.390.96   0.02
XYZ51.229743.31365.9474
Yxy43.31360.50980.4310
Hunter Lab65.813123.773740.7112
CIE-Lab71.767328.602175.4386

#fb990a color RGB value is (251,153,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011001 00001010
Octal 373 231 12
Decimal 251 153 10
Hex FB 99 A

RGB Percentages of Color #fb990a

%60.63
%36.96
%2.42

CMYK Percentages of Color #fb990a

%0
%39
%96
%2

Triadic Colors of #fb990a

#fb990a #0afb99 #990afb

Analogous Colors of #fb990a

#fb990a #e5fb0a #fb210a

Monochromatic Colors of #fb990a

#fb990a

Complementary Color

#fb990a #0a6cfb

#fb990a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb990a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb990a Color CSS Codes

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

#fb990a Text Font Color

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

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


#fb990a Background Color

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

This div background color is #fb990a


#fb990a Border Color

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

This div border color is #fb990a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb990a


Comments

No comments written yet.

Please login to write comment.