Shades of Sundown #F9ADA2
Tints of Sundown #F9ADA2
RGB
CMYK
RGB Variations
Color information
#F9ADA2 (or 0xF9ADA2) is known color: Sundown. HEX triplet: F9, AD and A2. RGB value is (249,173,162). Sum of RGB (Red+Green+Blue) = 249+173+162=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 162 (63.67% from 255 or 27.74% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9ADA2 is #06525D. Grayscale: #C2C2C2. Windows color (decimal): -414302 or 10661369. OLE color: 10661369.
HSL color Cylindrical-coordinate representation of color #F9ADA2: hue angle of 7.59º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9ADA2 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 162 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.02 |
| HSL | 7.59º | 0.88% | 0.81% | - |
| HSV(B) | 7.59º | 0.35% | 0.98% | - |
| XYZ | 60.53 | 52.64 | 41.15 | - |
| YUV | 194.47 | 109.68 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 162 | 0 | 0.31 | 0.35 | 0.02 | 7.59 | 0.88 | 0.81 |
| Hex | F9 | AD | A2 | 0 | 1F | 23 | 2 | 8 | 58 | 51 |
| Octal | 371 | 255 | 242 | 0 | 37 | 43 | 2 | 10 | 130 | 121 |
| Binary | 11111001 | 10101101 | 10100010 | 0 | 11111 | 100011 | 10 | 1000 | 1011000 | 1010001 |
Color Harmonies of #F9ADA2
Complementary color
Monochromatic Colors of #F9ADA2
Black with #F9ADA2
Text Example
Text Example
White with #F9ADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ADA2; }
p { color: rgb(249,173,162); }
H1.HeaderClassName
{
color: #F9ADA2;
}
.AnyTagClassName
{
color: #F9ADA2;
}
</style>
background-color css
<style>
a { background-color: #F9ADA2; }
a { background-color: rgb(249,173,162); }
div.DivClassName
{
background-color: #F9ADA2;
}
.BgClassName
{
background-color: #F9ADA2;
}
</style>
border-color css
<style>
span { border-color: #F9ADA2; }
span { border-color: rgb(249,173,162); }
td.TdClassName
{
border-color: #F9ADA2;
}
.TagClassName
{
border-color: #F9ADA2;
}
</style>