Color Hex Logo

#f9802a Color Hex

#F9802A
(249,128,42)
0 Favorites   0 Comments

Color spaces of #f9802a

RGB 24912842
HSL0.070.950.57
HSV25°83°98°
CMYK 0.000.490.83   0.02
XYZ47.204035.74526.6021
Yxy35.74520.52710.3992
Hunter Lab59.787336.303835.3039
CIE-Lab66.324841.110763.3668

#f9802a color RGB value is (249,128,42).

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

The process color (four color CMYK) of #f9802a color hex is 0.00, 0.49, 0.83, 0.02. Web safe color of #f9802a is #ff9933. Color #f9802a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000000 00101010
Octal 371 200 52
Decimal 249 128 42
Hex F9 80 2A

RGB Percentages of Color #f9802a

%59.43
%30.55
%10.02

CMYK Percentages of Color #f9802a

%0
%49
%83
%2

Triadic Colors of #f9802a

#f9802a #2af980 #802af9

Analogous Colors of #f9802a

#f9802a #f9e82a #f92a3b

Monochromatic Colors of #f9802a

#f9802a

Complementary Color

#f9802a #2aa3f9

#f9802a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9802a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9802a Color CSS Codes

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

#f9802a Text Font Color

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

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


#f9802a Background Color

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

This div background color is #f9802a


#f9802a Border Color

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

This div border color is #f9802a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,128,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9802a


Comments

No comments written yet.

Please login to write comment.