Color Hex Logo

#f4802a Color Hex

#F4802A
(244,128,42)
0 Favorites   0 Comments

Color spaces of #f4802a

RGB 24412842
HSL0.070.900.56
HSV26°83°96°
CMYK 0.000.480.83   0.04
XYZ45.445334.83866.5198
Yxy34.83860.52350.4013
Hunter Lab59.024234.142434.7678
CIE-Lab65.622839.156662.4843

#f4802a color RGB value is (244,128,42).

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

The process color (four color CMYK) of #f4802a color hex is 0.00, 0.48, 0.83, 0.04. Web safe color of #f4802a is #ff9933. Color #f4802a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000000 00101010
Octal 364 200 52
Decimal 244 128 42
Hex F4 80 2A

RGB Percentages of Color #f4802a

%58.94
%30.92
%10.14

CMYK Percentages of Color #f4802a

%0
%48
%83
%4

Triadic Colors of #f4802a

#f4802a #2af480 #802af4

Analogous Colors of #f4802a

#f4802a #f4e52a #f42a39

Monochromatic Colors of #f4802a

#f4802a

Complementary Color

#f4802a #2a9ef4

#f4802a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4802a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4802a Color CSS Codes

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

#f4802a Text Font Color

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

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


#f4802a Background Color

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

This div background color is #f4802a


#f4802a Border Color

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

This div border color is #f4802a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4802a


Comments

No comments written yet.

Please login to write comment.