Color Hex Logo

#f0755a Color Hex

#F0755A
(240,117,90)
0 Favorites   0 Comments

Color spaces of #f0755a

RGB 24011790
HSL0.030.830.65
HSV11°63°94°
CMYK 0.000.510.63   0.06
XYZ44.141931.986013.5202
Yxy31.98600.49240.3568
Hunter Lab56.556240.345425.4156
CIE-Lab63.331345.259636.9995

#f0755a color RGB value is (240,117,90).

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

The process color (four color CMYK) of #f0755a color hex is 0.00, 0.51, 0.63, 0.06. Web safe color of #f0755a is #ff6666. Color #f0755a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110101 01011010
Octal 360 165 132
Decimal 240 117 90
Hex F0 75 5A

RGB Percentages of Color #f0755a

%53.69
%26.17
%20.13

CMYK Percentages of Color #f0755a

%0
%51
%63
%6

Triadic Colors of #f0755a

#f0755a #5af075 #755af0

Analogous Colors of #f0755a

#f0755a #f0c05a #f05a8a

Monochromatic Colors of #f0755a

#f0755a

Complementary Color

#f0755a #5ad5f0

#f0755a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0755a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0755a Color CSS Codes

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

#f0755a Text Font Color

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

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


#f0755a Background Color

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

This div background color is #f0755a


#f0755a Border Color

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

This div border color is #f0755a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0755a


Comments

No comments written yet.

Please login to write comment.