Color Hex Logo

#f2871a Color Hex

#F2871A
(242,135,26)
0 Favorites   0 Comments

Color spaces of #f2871a

RGB 24213526
HSL0.080.890.53
HSV30°89°95°
CMYK 0.000.440.89   0.05
XYZ45.468436.27985.5835
Yxy36.27980.52060.4154
Hunter Lab60.232729.338636.6668
CIE-Lab66.733234.436968.3394

#f2871a color RGB value is (242,135,26).

#f2871a hex color red value is 242, green value is 135 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #f2871a hue: 0.08 , saturation: 0.89 and the lightness value of f2871a is 0.53.

The process color (four color CMYK) of #f2871a color hex is 0.00, 0.44, 0.89, 0.05. Web safe color of #f2871a is #ff9933. Color #f2871a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000111 00011010
Octal 362 207 32
Decimal 242 135 26
Hex F2 87 1A

RGB Percentages of Color #f2871a

%60.05
%33.50
%6.45

CMYK Percentages of Color #f2871a

%0
%44
%89
%5

Triadic Colors of #f2871a

#f2871a #1af287 #871af2

Analogous Colors of #f2871a

#f2871a #f1f21a #f21b1a

Monochromatic Colors of #f2871a

#f2871a

Complementary Color

#f2871a #1a85f2

#f2871a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2871a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2871a Color CSS Codes

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

#f2871a Text Font Color

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

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


#f2871a Background Color

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

This div background color is #f2871a


#f2871a Border Color

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

This div border color is #f2871a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,135,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2871a


Comments

No comments written yet.

Please login to write comment.