#F5A29F

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

Shades of Sundown #F5A29F

Tints of Sundown #F5A29F

Color information

#F5A29F (or 0xF5A29F) is unknown color: approx Sundown. HEX triplet: F5, A2 and 9F. RGB value is (245,162,159). Sum of RGB (Red+Green+Blue) = 245+162+159=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 159 (62.5% from 255 or 28.09% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A29F is #0A5D60. Grayscale: #BABABA. Windows color (decimal): -679265 or 10461941. OLE color: 10461941.

HSL color Cylindrical-coordinate representation of color #F5A29F: hue angle of 2.09º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5A29F is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB245162159-
CMYK00.340.350.04
HSL2.09º81.13%79.22%-
HSV(B)2.09º35.1%96.08%-
XYZ56.8347.7639.02-
YUV186.48112.5169.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.29%
GREEN value IS 162 (63.67% from 255) = 28.62%
BLUE value IS 159 (62.5% from 255) = 28.09%
R=43.29%
G=28.62%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516215900.340.350.042.0981.1379.22
HexF5A29F0222342514f
Octal3652422370424342121117
Binary11110101101000101001111101000101000111001010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A29F; }

 p { color: rgb(245,162,159); }

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

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

 a { background-color: rgb(245,162,159); }

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

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

 span { border-color: rgb(245,162,159); }

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