Color Hex Logo

#f09975 Color Hex

#F09975
(240,153,117)
0 Favorites   0 Comments

Color spaces of #f09975

RGB 240153117
HSL0.050.800.70
HSV18°51°94°
CMYK 0.000.360.51   0.06
XYZ50.537342.592122.3871
Yxy42.59210.43750.3687
Hunter Lab65.262624.015125.3455
CIE-Lab71.277228.872932.4344

#f09975 color RGB value is (240,153,117).

#f09975 hex color red value is 240, green value is 153 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #f09975 hue: 0.05 , saturation: 0.80 and the lightness value of f09975 is 0.70.

The process color (four color CMYK) of #f09975 color hex is 0.00, 0.36, 0.51, 0.06. Web safe color of #f09975 is #ff9966. Color #f09975 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011001 01110101
Octal 360 231 165
Decimal 240 153 117
Hex F0 99 75

RGB Percentages of Color #f09975

%47.06
%30.00
%22.94

CMYK Percentages of Color #f09975

%0
%36
%51
%6

Triadic Colors of #f09975

#f09975 #75f099 #9975f0

Analogous Colors of #f09975

#f09975 #f0d775 #f0758f

Monochromatic Colors of #f09975

#f09975

Complementary Color

#f09975 #75ccf0

#f09975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09975 Color CSS Codes

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

#f09975 Text Font Color

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

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


#f09975 Background Color

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

This div background color is #f09975


#f09975 Border Color

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

This div border color is #f09975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09975


Comments

No comments written yet.

Please login to write comment.