Color Hex Logo

#f2795b Color Hex

#F2795B
(242,121,91)
0 Favorites   0 Comments

Color spaces of #f2795b

RGB 24212191
HSL0.030.850.65
HSV12°62°95°
CMYK 0.000.500.62   0.05
XYZ45.343633.307313.9366
Yxy33.30730.48970.3597
Hunter Lab57.712539.247226.0812
CIE-Lab64.409044.096937.8435

#f2795b color RGB value is (242,121,91).

#f2795b hex color red value is 242, green value is 121 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #f2795b hue: 0.03 , saturation: 0.85 and the lightness value of f2795b is 0.65.

The process color (four color CMYK) of #f2795b color hex is 0.00, 0.50, 0.62, 0.05. Web safe color of #f2795b is #ff6666. Color #f2795b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01111001 01011011
Octal 362 171 133
Decimal 242 121 91
Hex F2 79 5B

RGB Percentages of Color #f2795b

%53.30
%26.65
%20.04

CMYK Percentages of Color #f2795b

%0
%50
%62
%5

Triadic Colors of #f2795b

#f2795b #5bf279 #795bf2

Analogous Colors of #f2795b

#f2795b #f2c55b #f25b89

Monochromatic Colors of #f2795b

#f2795b

Complementary Color

#f2795b #5bd4f2

#f2795b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2795b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2795b Color CSS Codes

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

#f2795b Text Font Color

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

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


#f2795b Background Color

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

This div background color is #f2795b


#f2795b Border Color

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

This div border color is #f2795b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2795b


Comments

No comments written yet.

Please login to write comment.