#F2A29E

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

Shades of Sundown #F2A29E

Tints of Sundown #F2A29E

Color information

#F2A29E (or 0xF2A29E) is unknown color: approx Sundown. HEX triplet: F2, A2 and 9E. RGB value is (242,162,158). Sum of RGB (Red+Green+Blue) = 242+162+158=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A29E is #0D5D61. Grayscale: #B9B9B9. Windows color (decimal): -875874 or 10396402. OLE color: 10396402.

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

Color convert

RGB242162158-
CMYK00.330.350.05
HSL2.86º76.36%78.43%-
HSV(B)2.86º34.71%94.9%-
XYZ55.7147.1938.52-
YUV185.46112.5168.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.06%
GREEN value IS 162 (63.67% from 255) = 28.83%
BLUE value IS 158 (62.11% from 255) = 28.11%
R=43.06%
G=28.83%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216215800.330.350.052.8676.3678.43
HexF2A29E02123534c4e
Octal3622422360414353114116
Binary11110010101000101001111001000011000111011110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A29E; }

 p { color: rgb(242,162,158); }

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

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

 a { background-color: rgb(242,162,158); }

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

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

 span { border-color: rgb(242,162,158); }

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