Color Hex Logo

#f9800b Color Hex

#F9800B
(249,128,11)
0 Favorites   0 Comments

Color spaces of #f9800b

RGB 24912811
HSL0.080.950.51
HSV29°96°98°
CMYK 0.000.490.96   0.02
XYZ46.846535.60224.7194
Yxy35.60220.53740.4084
Hunter Lab59.667635.726537.0778
CIE-Lab66.214840.582471.4956

#f9800b color RGB value is (249,128,11).

#f9800b hex color red value is 249, green value is 128 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #f9800b hue: 0.08 , saturation: 0.95 and the lightness value of f9800b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000000 00001011
Octal 371 200 13
Decimal 249 128 11
Hex F9 80 B

RGB Percentages of Color #f9800b

%64.18
%32.99
%2.84

CMYK Percentages of Color #f9800b

%0
%49
%96
%2

Triadic Colors of #f9800b

#f9800b #0bf980 #800bf9

Analogous Colors of #f9800b

#f9800b #f9f70b #f90b0d

Monochromatic Colors of #f9800b

#f9800b

Complementary Color

#f9800b #0b84f9

#f9800b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9800b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9800b Color CSS Codes

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

#f9800b Text Font Color

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

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


#f9800b Background Color

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

This div background color is #f9800b


#f9800b Border Color

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

This div border color is #f9800b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9800b


Comments

No comments written yet.

Please login to write comment.