Shades of Sundown #FDA9A5
Tints of Sundown #FDA9A5
RGB
CMYK
RGB Variations
Color information
#FDA9A5 (or 0xFDA9A5) is known color: Sundown. HEX triplet: FD, A9 and A5. RGB value is (253,169,165). Sum of RGB (Red+Green+Blue) = 253+169+165=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 165 (64.84% from 255 or 28.11% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA9A5 is #02565A. Grayscale: #C1C1C1. Windows color (decimal): -153179 or 10856957. OLE color: 10856957.
HSL color Cylindrical-coordinate representation of color #FDA9A5: hue angle of 2.73º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA9A5 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 165 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.01 |
| HSL | 2.73º | 0.96% | 0.82% | - |
| HSV(B) | 2.73º | 0.35% | 0.99% | - |
| XYZ | 61.49 | 51.98 | 42.39 | - |
| YUV | 193.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 165 | 0 | 0.33 | 0.35 | 0.01 | 2.73 | 0.96 | 0.82 |
| Hex | FD | A9 | A5 | 0 | 21 | 23 | 1 | 3 | 60 | 52 |
| Octal | 375 | 251 | 245 | 0 | 41 | 43 | 1 | 3 | 140 | 122 |
| Binary | 11111101 | 10101001 | 10100101 | 0 | 100001 | 100011 | 1 | 11 | 1100000 | 1010010 |
Color Harmonies of #FDA9A5
Complementary color
Monochromatic Colors of #FDA9A5
Black with #FDA9A5
Text Example
Text Example
White with #FDA9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA9A5; }
p { color: rgb(253,169,165); }
H1.HeaderClassName
{
color: #FDA9A5;
}
.AnyTagClassName
{
color: #FDA9A5;
}
</style>
background-color css
<style>
a { background-color: #FDA9A5; }
a { background-color: rgb(253,169,165); }
div.DivClassName
{
background-color: #FDA9A5;
}
.BgClassName
{
background-color: #FDA9A5;
}
</style>
border-color css
<style>
span { border-color: #FDA9A5; }
span { border-color: rgb(253,169,165); }
td.TdClassName
{
border-color: #FDA9A5;
}
.TagClassName
{
border-color: #FDA9A5;
}
</style>