Shades of Sundown #FEA2A2
Tints of Sundown #FEA2A2
RGB
CMYK
RGB Variations
Color information
#FEA2A2 (or 0xFEA2A2) is known color: Sundown. HEX triplet: FE, A2 and A2. RGB value is (254,162,162). Sum of RGB (Red+Green+Blue) = 254+162+162=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 162 (63.67% from 255 or 28.03% from 578); Blue value is 162 (63.67% from 255 or 28.03% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA2A2 is #015D5D. Grayscale: #BDBDBD. Windows color (decimal): -89438 or 10658558. OLE color: 10658558.
HSL color Cylindrical-coordinate representation of color #FEA2A2: hue angle of 0º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA2A2 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 162 | 162 | - |
CMYK | 0 | 0.36 | 0.36 | 0.00 |
HSL | 0º | 0.98% | 0.82% | - |
HSV(B) | 0º | 0.36% | 1% | - |
XYZ | 60.31 | 49.52 | 40.56 | - |
YUV | 189.51 | 112.48 | 174 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 162 | 162 | 0 | 0.36 | 0.36 | 0.00 | 0 | 0.98 | 0.82 |
Hex | FE | A2 | A2 | 0 | 24 | 24 | 0 | 0 | 62 | 52 |
Octal | 376 | 242 | 242 | 0 | 44 | 44 | 0 | 0 | 142 | 122 |
Binary | 11111110 | 10100010 | 10100010 | 0 | 100100 | 100100 | 0 | 0 | 1100010 | 1010010 |
Color Harmonies of #FEA2A2
Complementary color
Monochromatic Colors of #FEA2A2
Black with #FEA2A2
Text Example
Text Example
White with #FEA2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2A2; }
p { color: rgb(254,162,162); }
H1.HeaderClassName
{
color: #FEA2A2;
}
.AnyTagClassName
{
color: #FEA2A2;
}
</style>
background-color css
<style>
a { background-color: #FEA2A2; }
a { background-color: rgb(254,162,162); }
div.DivClassName
{
background-color: #FEA2A2;
}
.BgClassName
{
background-color: #FEA2A2;
}
</style>
border-color css
<style>
span { border-color: #FEA2A2; }
span { border-color: rgb(254,162,162); }
td.TdClassName
{
border-color: #FEA2A2;
}
.TagClassName
{
border-color: #FEA2A2;
}
</style>