#F0A69F

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

Shades of Sundown #F0A69F

Tints of Sundown #F0A69F

Color information

#F0A69F (or 0xF0A69F) is unknown color: approx Sundown. HEX triplet: F0, A6 and 9F. RGB value is (240,166,159). Sum of RGB (Red+Green+Blue) = 240+166+159=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 159 (62.5% from 255 or 28.14% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A69F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A69F is #0F5960. Grayscale: #BBBBBB. Windows color (decimal): -1005921 or 10462960. OLE color: 10462960.

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

Color convert

RGB240166159-
CMYK00.310.340.06
HSL5.19º72.97%78.24%-
HSV(B)5.19º33.75%94.12%-
XYZ55.8348.339.18-
YUV187.33112.02165.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.48%
GREEN value IS 166 (65.23% from 255) = 29.38%
BLUE value IS 159 (62.5% from 255) = 28.14%
R=42.48%
G=29.38%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016615900.310.340.065.1972.9778.24
HexF0A69F01F2265494e
Octal3602462370374265111116
Binary11110000101001101001111101111110001011010110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A69F; }

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

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

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

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

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

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

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

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