Shades of Sundown #FDA9A2
Tints of Sundown #FDA9A2
RGB
CMYK
RGB Variations
Color information
#FDA9A2 (or 0xFDA9A2) is known color: Sundown. HEX triplet: FD, A9 and A2. RGB value is (253,169,162). Sum of RGB (Red+Green+Blue) = 253+169+162=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 162 (63.67% from 255 or 27.74% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA9A2 is #02565D. Grayscale: #C1C1C1. Windows color (decimal): -153182 or 10660349. OLE color: 10660349.
HSL color Cylindrical-coordinate representation of color #FDA9A2: hue angle of 4.62º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA9A2 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 162 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.01 |
| HSL | 4.62º | 0.96% | 0.81% | - |
| HSV(B) | 4.62º | 0.36% | 0.99% | - |
| XYZ | 61.22 | 51.87 | 40.97 | - |
| YUV | 193.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 162 | 0 | 0.33 | 0.36 | 0.01 | 4.62 | 0.96 | 0.81 |
| Hex | FD | A9 | A2 | 0 | 21 | 24 | 1 | 5 | 60 | 51 |
| Octal | 375 | 251 | 242 | 0 | 41 | 44 | 1 | 5 | 140 | 121 |
| Binary | 11111101 | 10101001 | 10100010 | 0 | 100001 | 100100 | 1 | 101 | 1100000 | 1010001 |
Color Harmonies of #FDA9A2
Complementary color
Monochromatic Colors of #FDA9A2
Black with #FDA9A2
Text Example
Text Example
White with #FDA9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA9A2; }
p { color: rgb(253,169,162); }
H1.HeaderClassName
{
color: #FDA9A2;
}
.AnyTagClassName
{
color: #FDA9A2;
}
</style>
background-color css
<style>
a { background-color: #FDA9A2; }
a { background-color: rgb(253,169,162); }
div.DivClassName
{
background-color: #FDA9A2;
}
.BgClassName
{
background-color: #FDA9A2;
}
</style>
border-color css
<style>
span { border-color: #FDA9A2; }
span { border-color: rgb(253,169,162); }
td.TdClassName
{
border-color: #FDA9A2;
}
.TagClassName
{
border-color: #FDA9A2;
}
</style>