Shades of Sundown #FDA5A2
Tints of Sundown #FDA5A2
RGB
CMYK
RGB Variations
Color information
#FDA5A2 (or 0xFDA5A2) is known color: Sundown. HEX triplet: FD, A5 and A2. RGB value is (253,165,162). Sum of RGB (Red+Green+Blue) = 253+165+162=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 162 (63.67% from 255 or 27.93% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA5A2 is #025A5D. Grayscale: #BFBFBF. Windows color (decimal): -154206 or 10659325. OLE color: 10659325.
HSL color Cylindrical-coordinate representation of color #FDA5A2: hue angle of 1.98º 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 #FDA5A2 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 162 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.01 |
| HSL | 1.98º | 0.96% | 0.81% | - |
| HSV(B) | 1.98º | 0.36% | 0.99% | - |
| XYZ | 60.48 | 50.4 | 40.72 | - |
| YUV | 190.97 | 111.65 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 162 | 0 | 0.35 | 0.36 | 0.01 | 1.98 | 0.96 | 0.81 |
| Hex | FD | A5 | A2 | 0 | 23 | 24 | 1 | 2 | 60 | 51 |
| Octal | 375 | 245 | 242 | 0 | 43 | 44 | 1 | 2 | 140 | 121 |
| Binary | 11111101 | 10100101 | 10100010 | 0 | 100011 | 100100 | 1 | 10 | 1100000 | 1010001 |
Color Harmonies of #FDA5A2
Complementary color
Monochromatic Colors of #FDA5A2
Black with #FDA5A2
Text Example
Text Example
White with #FDA5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5A2; }
p { color: rgb(253,165,162); }
H1.HeaderClassName
{
color: #FDA5A2;
}
.AnyTagClassName
{
color: #FDA5A2;
}
</style>
background-color css
<style>
a { background-color: #FDA5A2; }
a { background-color: rgb(253,165,162); }
div.DivClassName
{
background-color: #FDA5A2;
}
.BgClassName
{
background-color: #FDA5A2;
}
</style>
border-color css
<style>
span { border-color: #FDA5A2; }
span { border-color: rgb(253,165,162); }
td.TdClassName
{
border-color: #FDA5A2;
}
.TagClassName
{
border-color: #FDA5A2;
}
</style>