#F0A19F

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

Shades of Sundown #F0A19F

Tints of Sundown #F0A19F

Color information

#F0A19F (or 0xF0A19F) is unknown color: approx Sundown. HEX triplet: F0, A1 and 9F. RGB value is (240,161,159). Sum of RGB (Red+Green+Blue) = 240+161+159=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 159 (62.5% from 255 or 28.39% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A19F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A19F is #0F5E60. Grayscale: #B8B8B8. Windows color (decimal): -1007201 or 10461680. OLE color: 10461680.

HSL color Cylindrical-coordinate representation of color #F0A19F: hue angle of 1.48º 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 #F0A19F is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB240161159-
CMYK00.330.340.06
HSL1.48º72.97%78.24%-
HSV(B)1.48º33.75%94.12%-
XYZ54.9446.5238.88-
YUV184.39113.67167.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.86%
GREEN value IS 161 (63.28% from 255) = 28.75%
BLUE value IS 159 (62.5% from 255) = 28.39%
R=42.86%
G=28.75%
B=28.39%

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
Decimal24016115900.330.340.061.4872.9778.24
HexF0A19F0212261494e
Octal3602412370414261111116
Binary1111000010100001100111110100001100010110110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A19F; }

 p { color: rgb(240,161,159); }

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

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

 a { background-color: rgb(240,161,159); }

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

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

 span { border-color: rgb(240,161,159); }

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