#F0A09E

Color #F0A09E Sundown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundown #F0A09E

Tints of Sundown #F0A09E

Color information

#F0A09E (or 0xF0A09E) is unknown color: approx Sundown. HEX triplet: F0, A0 and 9E. RGB value is (240,160,158). Sum of RGB (Red+Green+Blue) = 240+160+158=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A09E is #0F5F61. Grayscale: #B7B7B7. Windows color (decimal): -1007458 or 10395888. OLE color: 10395888.

HSL color Cylindrical-coordinate representation of color #F0A09E: hue angle of 1.46º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0A09E is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB240160158-
CMYK00.330.340.06
HSL1.46º73.21%78.04%-
HSV(B)1.46º34.17%94.12%-
XYZ54.6846.1438.37-
YUV183.69113.5168.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 43.01%
GREEN value IS 160 (62.89% from 255) = 28.67%
BLUE value IS 158 (62.11% from 255) = 28.32%
R=43.01%
G=28.67%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016015800.330.340.061.4673.2178.04
HexF0A09E0212261494e
Octal3602402360414261111116
Binary1111000010100000100111100100001100010110110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A09E; }

 p { color: rgb(240,160,158); }

 H1.HeaderClassName
 {
   color: #F0A09E;
 }
 .AnyTagClassName
 {
   color: #F0A09E;
 }
</style>
background-color css

<style>
 a { background-color: #F0A09E; }

 a { background-color: rgb(240,160,158); }

 div.DivClassName
 {
   background-color: #F0A09E;
 }
 .BgClassName
 {
   background-color: #F0A09E;
 }
</style>
border-color css

<style>
 span { border-color: #F0A09E; }

 span { border-color: rgb(240,160,158); }

 td.TdClassName
 {
   border-color: #F0A09E;
 }
 .TagClassName
 {
   border-color: #F0A09E;
 }
</style>