Color Hex Logo

#f2802a Color Hex

#F2802A
(242,128,42)
0 Favorites   0 Comments

Color spaces of #f2802a

RGB 24212842
HSL0.070.880.56
HSV26°83°95°
CMYK 0.000.470.83   0.05
XYZ44.755034.48286.4875
Yxy34.48280.52210.4022
Hunter Lab58.722133.280134.5552
CIE-Lab65.344038.368762.1330

#f2802a color RGB value is (242,128,42).

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

The process color (four color CMYK) of #f2802a color hex is 0.00, 0.47, 0.83, 0.05. Web safe color of #f2802a is #ff9933. Color #f2802a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000000 00101010
Octal 362 200 52
Decimal 242 128 42
Hex F2 80 2A

RGB Percentages of Color #f2802a

%58.74
%31.07
%10.19

CMYK Percentages of Color #f2802a

%0
%47
%83
%5

Triadic Colors of #f2802a

#f2802a #2af280 #802af2

Analogous Colors of #f2802a

#f2802a #f2e42a #f22a38

Monochromatic Colors of #f2802a

#f2802a

Complementary Color

#f2802a #2a9cf2

#f2802a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2802a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2802a Color CSS Codes

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

#f2802a Text Font Color

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

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


#f2802a Background Color

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

This div background color is #f2802a


#f2802a Border Color

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

This div border color is #f2802a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2802a


Comments

No comments written yet.

Please login to write comment.