Shades of Sundown #F9B0A4
Tints of Sundown #F9B0A4
RGB
CMYK
RGB Variations
Color information
#F9B0A4 (or 0xF9B0A4) is known color: Sundown. HEX triplet: F9, B0 and A4. RGB value is (249,176,164). Sum of RGB (Red+Green+Blue) = 249+176+164=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B0A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9B0A4 is #064F5B. Grayscale: #C4C4C4. Windows color (decimal): -413532 or 10793209. OLE color: 10793209.
HSL color Cylindrical-coordinate representation of color #F9B0A4: hue angle of 8.47º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9B0A4 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 176 | 164 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.02 |
| HSL | 8.47º | 0.88% | 0.81% | - |
| HSV(B) | 8.47º | 0.34% | 0.98% | - |
| XYZ | 61.29 | 53.87 | 42.29 | - |
| YUV | 196.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 176 | 164 | 0 | 0.29 | 0.34 | 0.02 | 8.47 | 0.88 | 0.81 |
| Hex | F9 | B0 | A4 | 0 | 1D | 22 | 2 | 8 | 58 | 51 |
| Octal | 371 | 260 | 244 | 0 | 35 | 42 | 2 | 10 | 130 | 121 |
| Binary | 11111001 | 10110000 | 10100100 | 0 | 11101 | 100010 | 10 | 1000 | 1011000 | 1010001 |
Color Harmonies of #F9B0A4
Complementary color
Monochromatic Colors of #F9B0A4
Black with #F9B0A4
Text Example
Text Example
White with #F9B0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B0A4; }
p { color: rgb(249,176,164); }
H1.HeaderClassName
{
color: #F9B0A4;
}
.AnyTagClassName
{
color: #F9B0A4;
}
</style>
background-color css
<style>
a { background-color: #F9B0A4; }
a { background-color: rgb(249,176,164); }
div.DivClassName
{
background-color: #F9B0A4;
}
.BgClassName
{
background-color: #F9B0A4;
}
</style>
border-color css
<style>
span { border-color: #F9B0A4; }
span { border-color: rgb(249,176,164); }
td.TdClassName
{
border-color: #F9B0A4;
}
.TagClassName
{
border-color: #F9B0A4;
}
</style>