#F2A89F

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

Shades of Sundown #F2A89F

Tints of Sundown #F2A89F

Color information

#F2A89F (or 0xF2A89F) is unknown color: approx Sundown. HEX triplet: F2, A8 and 9F. RGB value is (242,168,159). Sum of RGB (Red+Green+Blue) = 242+168+159=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A89F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A89F is #0D5760. Grayscale: #BDBDBD. Windows color (decimal): -874337 or 10463474. OLE color: 10463474.

HSL color Cylindrical-coordinate representation of color #F2A89F: hue angle of 6.51º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2A89F is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB242168159-
CMYK00.310.340.05
HSL6.51º76.15%78.63%-
HSV(B)6.51º34.3%94.9%-
XYZ56.8849.3939.34-
YUV189.1111.02165.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 168 (66.02% from 255) = 29.53%
BLUE value IS 159 (62.5% from 255) = 27.94%
R=42.53%
G=29.53%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216815900.310.340.056.5176.1578.63
HexF2A89F01F22574c4f
Octal3622502370374257114117
Binary11110010101010001001111101111110001010111110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A89F; }

 p { color: rgb(242,168,159); }

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

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

 a { background-color: rgb(242,168,159); }

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

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

 span { border-color: rgb(242,168,159); }

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