Color Hex Logo

#f2593c Color Hex

#F2593C
(242,89,60)
0 Favorites   0 Comments

Color spaces of #f2593c

RGB 2428960
HSL0.030.880.59
HSV10°75°95°
CMYK 0.000.630.75   0.05
XYZ41.005926.34827.1994
Yxy26.34820.55000.3534
Hunter Lab51.330552.768227.6156
CIE-Lab58.366157.265847.3434

#f2593c color RGB value is (242,89,60).

#f2593c hex color red value is 242, green value is 89 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #f2593c hue: 0.03 , saturation: 0.88 and the lightness value of f2593c is 0.59.

The process color (four color CMYK) of #f2593c color hex is 0.00, 0.63, 0.75, 0.05. Web safe color of #f2593c is #ff6633. Color #f2593c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011001 00111100
Octal 362 131 74
Decimal 242 89 60
Hex F2 59 3C

RGB Percentages of Color #f2593c

%61.89
%22.76
%15.35

CMYK Percentages of Color #f2593c

%0
%63
%75
%5

Triadic Colors of #f2593c

#f2593c #3cf259 #593cf2

Analogous Colors of #f2593c

#f2593c #f2b43c #f23c7a

Monochromatic Colors of #f2593c

#f2593c

Complementary Color

#f2593c #3cd5f2

#f2593c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2593c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2593c Color CSS Codes

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

#f2593c Text Font Color

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

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


#f2593c Background Color

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

This div background color is #f2593c


#f2593c Border Color

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

This div border color is #f2593c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2593c


Comments

No comments written yet.

Please login to write comment.