Shades of Sundown #FEA2A1
Tints of Sundown #FEA2A1
RGB
CMYK
RGB Variations
Color information
#FEA2A1 (or 0xFEA2A1) is known color: Sundown. HEX triplet: FE, A2 and A1. RGB value is (254,162,161). Sum of RGB (Red+Green+Blue) = 254+162+161=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 161 (63.28% from 255 or 27.90% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA2A1 is #015D5E. Grayscale: #BDBDBD. Windows color (decimal): -89439 or 10593022. OLE color: 10593022.
HSL color Cylindrical-coordinate representation of color #FEA2A1: hue angle of 0.65º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA2A1 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 161 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.00 |
| HSL | 0.65º | 0.98% | 0.81% | - |
| HSV(B) | 0.65º | 0.37% | 1% | - |
| XYZ | 60.23 | 49.48 | 40.1 | - |
| YUV | 189.39 | 111.98 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 161 | 0 | 0.36 | 0.37 | 0.00 | 0.65 | 0.98 | 0.81 |
| Hex | FE | A2 | A1 | 0 | 24 | 25 | 0 | 1 | 62 | 51 |
| Octal | 376 | 242 | 241 | 0 | 44 | 45 | 0 | 1 | 142 | 121 |
| Binary | 11111110 | 10100010 | 10100001 | 0 | 100100 | 100101 | 0 | 1 | 1100010 | 1010001 |
Color Harmonies of #FEA2A1
Complementary color
Monochromatic Colors of #FEA2A1
Black with #FEA2A1
Text Example
Text Example
White with #FEA2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2A1; }
p { color: rgb(254,162,161); }
H1.HeaderClassName
{
color: #FEA2A1;
}
.AnyTagClassName
{
color: #FEA2A1;
}
</style>
background-color css
<style>
a { background-color: #FEA2A1; }
a { background-color: rgb(254,162,161); }
div.DivClassName
{
background-color: #FEA2A1;
}
.BgClassName
{
background-color: #FEA2A1;
}
</style>
border-color css
<style>
span { border-color: #FEA2A1; }
span { border-color: rgb(254,162,161); }
td.TdClassName
{
border-color: #FEA2A1;
}
.TagClassName
{
border-color: #FEA2A1;
}
</style>