Color Hex Logo

#f2831f Color Hex

#F2831F
(242,131,31)
0 Favorites   0 Comments

Color spaces of #f2831f

RGB 24213131
HSL0.080.890.54
HSV28°87°95°
CMYK 0.000.460.87   0.05
XYZ44.981635.20885.7215
Yxy35.20880.52360.4098
Hunter Lab59.337031.475735.8189
CIE-Lab65.910936.580566.3145

#f2831f color RGB value is (242,131,31).

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

The process color (four color CMYK) of #f2831f color hex is 0.00, 0.46, 0.87, 0.05. Web safe color of #f2831f is #ff9933. Color #f2831f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000011 00011111
Octal 362 203 37
Decimal 242 131 31
Hex F2 83 1F

RGB Percentages of Color #f2831f

%59.90
%32.43
%7.67

CMYK Percentages of Color #f2831f

%0
%46
%87
%5

Triadic Colors of #f2831f

#f2831f #1ff283 #831ff2

Analogous Colors of #f2831f

#f2831f #f2ed1f #f21f25

Monochromatic Colors of #f2831f

#f2831f

Complementary Color

#f2831f #1f8ef2

#f2831f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2831f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2831f Color CSS Codes

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

#f2831f Text Font Color

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

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


#f2831f Background Color

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

This div background color is #f2831f


#f2831f Border Color

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

This div border color is #f2831f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2831f


Comments

No comments written yet.

Please login to write comment.