Color Hex Logo

#f0655a Color Hex

#F0655A
(240,101,90)
0 Favorites   0 Comments

Color spaces of #f0655a

RGB 24010190
HSL0.010.830.65
HSV63°94°
CMYK 0.000.580.63   0.06
XYZ42.434328.570812.9510
Yxy28.57080.50540.3403
Hunter Lab53.451748.167523.0506
CIE-Lab60.401052.831733.3675

#f0655a color RGB value is (240,101,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100101 01011010
Octal 360 145 132
Decimal 240 101 90
Hex F0 65 5A

RGB Percentages of Color #f0655a

%55.68
%23.43
%20.88

CMYK Percentages of Color #f0655a

%0
%58
%63
%6

Triadic Colors of #f0655a

#f0655a #5af065 #655af0

Analogous Colors of #f0655a

#f0655a #f0b05a #f05a9a

Monochromatic Colors of #f0655a

#f0655a

Complementary Color

#f0655a #5ae5f0

#f0655a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0655a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0655a Color CSS Codes

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

#f0655a Text Font Color

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

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


#f0655a Background Color

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

This div background color is #f0655a


#f0655a Border Color

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

This div border color is #f0655a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,101,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 #f0655a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0655a


Comments

No comments written yet.

Please login to write comment.