Color Hex Logo

#fd990b Color Hex

#FD990B
(253,153,11)
0 Favorites   0 Comments

Color spaces of #fd990b

RGB 25315311
HSL0.100.980.52
HSV35°96°99°
CMYK 0.000.400.96   0.01
XYZ51.959743.68936.0109
Yxy43.68930.51110.4298
Hunter Lab66.097924.648040.8767
CIE-Lab72.020329.435175.6057

#fd990b color RGB value is (253,153,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011001 00001011
Octal 375 231 13
Decimal 253 153 11
Hex FD 99 B

RGB Percentages of Color #fd990b

%60.67
%36.69
%2.64

CMYK Percentages of Color #fd990b

%0
%40
%96
%1

Triadic Colors of #fd990b

#fd990b #0bfd99 #990bfd

Analogous Colors of #fd990b

#fd990b #e8fd0b #fd200b

Monochromatic Colors of #fd990b

#fd990b

Complementary Color

#fd990b #0b6ffd

#fd990b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd990b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd990b Color CSS Codes

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

#fd990b Text Font Color

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

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


#fd990b Background Color

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

This div background color is #fd990b


#fd990b Border Color

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

This div border color is #fd990b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd990b


Comments

No comments written yet.

Please login to write comment.