Color Hex Logo

#f9800a Color Hex

#F9800A
(249,128,10)
0 Favorites   0 Comments

Color spaces of #f9800a

RGB 24912810
HSL0.080.950.51
HSV30°96°98°
CMYK 0.000.490.96   0.02
XYZ46.840935.60004.6899
Yxy35.60000.53760.4086
Hunter Lab59.665735.717337.1056
CIE-Lab66.213240.574071.6393

#f9800a color RGB value is (249,128,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000000 00001010
Octal 371 200 12
Decimal 249 128 10
Hex F9 80 A

RGB Percentages of Color #f9800a

%64.34
%33.07
%2.58

CMYK Percentages of Color #f9800a

%0
%49
%96
%2

Triadic Colors of #f9800a

#f9800a #0af980 #800af9

Analogous Colors of #f9800a

#f9800a #f9f80a #f90a0b

Monochromatic Colors of #f9800a

#f9800a

Complementary Color

#f9800a #0a83f9

#f9800a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9800a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9800a Color CSS Codes

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

#f9800a Text Font Color

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

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


#f9800a Background Color

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

This div background color is #f9800a


#f9800a Border Color

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

This div border color is #f9800a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9800a


Comments

No comments written yet.

Please login to write comment.