Color Hex Logo

#f0795f Color Hex

#F0795F
(240,121,95)
0 Favorites   0 Comments

Color spaces of #f0795f

RGB 24012195
HSL0.030.830.66
HSV11°60°94°
CMYK 0.000.500.60   0.06
XYZ44.838133.026214.8379
Yxy33.02620.48370.3563
Hunter Lab57.468438.699824.9197
CIE-Lab64.182143.617435.3248

#f0795f color RGB value is (240,121,95).

#f0795f hex color red value is 240, green value is 121 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f0795f hue: 0.03 , saturation: 0.83 and the lightness value of f0795f is 0.66.

The process color (four color CMYK) of #f0795f color hex is 0.00, 0.50, 0.60, 0.06. Web safe color of #f0795f is #ff6666. Color #f0795f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111001 01011111
Octal 360 171 137
Decimal 240 121 95
Hex F0 79 5F

RGB Percentages of Color #f0795f

%52.63
%26.54
%20.83

CMYK Percentages of Color #f0795f

%0
%50
%60
%6

Triadic Colors of #f0795f

#f0795f #5ff079 #795ff0

Analogous Colors of #f0795f

#f0795f #f0c25f #f05f8e

Monochromatic Colors of #f0795f

#f0795f

Complementary Color

#f0795f #5fd6f0

#f0795f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0795f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0795f Color CSS Codes

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

#f0795f Text Font Color

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

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


#f0795f Background Color

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

This div background color is #f0795f


#f0795f Border Color

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

This div border color is #f0795f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,121,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0795f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0795f;
  -webkit-box-shadow: 1px 1px 3px 2px #f0795f;
  box-shadow:         1px 1px 3px 2px #f0795f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,121,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0795f


Comments

No comments written yet.

Please login to write comment.