Color Hex Logo

#fb990d Color Hex

#FB990D
(251,153,13)
0 Favorites   0 Comments

Color spaces of #fb990d

RGB 25115313
HSL0.100.970.52
HSV35°95°98°
CMYK 0.000.390.95   0.02
XYZ51.247543.32086.0415
Yxy43.32080.50940.4306
Hunter Lab65.818523.800940.6307
CIE-Lab71.772228.628375.0488

#fb990d color RGB value is (251,153,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011001 00001101
Octal 373 231 15
Decimal 251 153 13
Hex FB 99 D

RGB Percentages of Color #fb990d

%60.19
%36.69
%3.12

CMYK Percentages of Color #fb990d

%0
%39
%95
%2

Triadic Colors of #fb990d

#fb990d #0dfb99 #990dfb

Analogous Colors of #fb990d

#fb990d #e6fb0d #fb220d

Monochromatic Colors of #fb990d

#fb990d

Complementary Color

#fb990d #0d6ffb

#fb990d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb990d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb990d Color CSS Codes

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

#fb990d Text Font Color

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

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


#fb990d Background Color

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

This div background color is #fb990d


#fb990d Border Color

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

This div border color is #fb990d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb990d


Comments

No comments written yet.

Please login to write comment.