Shades of Sundown #F5ADA2
Tints of Sundown #F5ADA2
RGB
CMYK
RGB Variations
Color information
#F5ADA2 (or 0xF5ADA2) is known color: Sundown. HEX triplet: F5, AD and A2. RGB value is (245,173,162). Sum of RGB (Red+Green+Blue) = 245+173+162=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 162 (63.67% from 255 or 27.93% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5ADA2 is #0A525D. Grayscale: #C1C1C1. Windows color (decimal): -676446 or 10661365. OLE color: 10661365.
HSL color Cylindrical-coordinate representation of color #F5ADA2: hue angle of 7.95º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F5ADA2 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 162 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.04 |
| HSL | 7.95º | 0.81% | 0.8% | - |
| HSV(B) | 7.95º | 0.34% | 0.96% | - |
| XYZ | 59.12 | 51.91 | 41.09 | - |
| YUV | 193.27 | 110.35 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 162 | 0 | 0.29 | 0.34 | 0.04 | 7.95 | 0.81 | 0.8 |
| Hex | F5 | AD | A2 | 0 | 1D | 22 | 4 | 8 | 51 | 50 |
| Octal | 365 | 255 | 242 | 0 | 35 | 42 | 4 | 10 | 121 | 120 |
| Binary | 11110101 | 10101101 | 10100010 | 0 | 11101 | 100010 | 100 | 1000 | 1010001 | 1010000 |
Color Harmonies of #F5ADA2
Complementary color
Monochromatic Colors of #F5ADA2
Black with #F5ADA2
Text Example
Text Example
White with #F5ADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADA2; }
p { color: rgb(245,173,162); }
H1.HeaderClassName
{
color: #F5ADA2;
}
.AnyTagClassName
{
color: #F5ADA2;
}
</style>
background-color css
<style>
a { background-color: #F5ADA2; }
a { background-color: rgb(245,173,162); }
div.DivClassName
{
background-color: #F5ADA2;
}
.BgClassName
{
background-color: #F5ADA2;
}
</style>
border-color css
<style>
span { border-color: #F5ADA2; }
span { border-color: rgb(245,173,162); }
td.TdClassName
{
border-color: #F5ADA2;
}
.TagClassName
{
border-color: #F5ADA2;
}
</style>