Color Hex Logo

#f2590f Color Hex

#F2590F
(242,89,15)
0 Favorites   0 Comments

Color spaces of #f2590f

RGB 2428915
HSL0.050.900.50
HSV20°94°95°
CMYK 0.000.630.94   0.05
XYZ40.276626.05653.3585
Yxy26.05650.57790.3739
Hunter Lab51.045651.512531.8310
CIE-Lab58.090656.199965.0197

#f2590f color RGB value is (242,89,15).

#f2590f hex color red value is 242, green value is 89 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #f2590f hue: 0.05 , saturation: 0.90 and the lightness value of f2590f is 0.50.

The process color (four color CMYK) of #f2590f color hex is 0.00, 0.63, 0.94, 0.05. Web safe color of #f2590f is #ff6600. Color #f2590f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011001 00001111
Octal 362 131 17
Decimal 242 89 15
Hex F2 59 F

RGB Percentages of Color #f2590f

%69.94
%25.72
%4.34

CMYK Percentages of Color #f2590f

%0
%63
%94
%5

Triadic Colors of #f2590f

#f2590f #0ff259 #590ff2

Analogous Colors of #f2590f

#f2590f #f2cb0f #f20f36

Monochromatic Colors of #f2590f

#f2590f

Complementary Color

#f2590f #0fa8f2

#f2590f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2590f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2590f Color CSS Codes

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

#f2590f Text Font Color

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

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


#f2590f Background Color

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

This div background color is #f2590f


#f2590f Border Color

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

This div border color is #f2590f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2590f


Comments

No comments written yet.

Please login to write comment.