Shades of Sundown #F9B0A3
Tints of Sundown #F9B0A3
RGB
CMYK
RGB Variations
Color information
#F9B0A3 (or 0xF9B0A3) is known color: Sundown. HEX triplet: F9, B0 and A3. RGB value is (249,176,163). Sum of RGB (Red+Green+Blue) = 249+176+163=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 163 (64.06% from 255 or 27.72% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B0A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9B0A3 is #064F5C. Grayscale: #C4C4C4. Windows color (decimal): -413533 or 10727673. OLE color: 10727673.
HSL color Cylindrical-coordinate representation of color #F9B0A3: hue angle of 9.07º 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 #F9B0A3 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 176 | 163 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.02 |
| HSL | 9.07º | 0.88% | 0.81% | - |
| HSV(B) | 9.07º | 0.35% | 0.98% | - |
| XYZ | 61.2 | 53.83 | 41.82 | - |
| YUV | 196.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 176 | 163 | 0 | 0.29 | 0.35 | 0.02 | 9.07 | 0.88 | 0.81 |
| Hex | F9 | B0 | A3 | 0 | 1D | 23 | 2 | 9 | 58 | 51 |
| Octal | 371 | 260 | 243 | 0 | 35 | 43 | 2 | 11 | 130 | 121 |
| Binary | 11111001 | 10110000 | 10100011 | 0 | 11101 | 100011 | 10 | 1001 | 1011000 | 1010001 |
Color Harmonies of #F9B0A3
Complementary color
Monochromatic Colors of #F9B0A3
Black with #F9B0A3
Text Example
Text Example
White with #F9B0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B0A3; }
p { color: rgb(249,176,163); }
H1.HeaderClassName
{
color: #F9B0A3;
}
.AnyTagClassName
{
color: #F9B0A3;
}
</style>
background-color css
<style>
a { background-color: #F9B0A3; }
a { background-color: rgb(249,176,163); }
div.DivClassName
{
background-color: #F9B0A3;
}
.BgClassName
{
background-color: #F9B0A3;
}
</style>
border-color css
<style>
span { border-color: #F9B0A3; }
span { border-color: rgb(249,176,163); }
td.TdClassName
{
border-color: #F9B0A3;
}
.TagClassName
{
border-color: #F9B0A3;
}
</style>