Shades of Navajo White #F9D7AA
Tints of Navajo White #F9D7AA
RGB
CMYK
RGB Variations
Color information
#F9D7AA (or 0xF9D7AA) is known color: Navajo White. HEX triplet: F9, D7 and AA. RGB value is (249,215,170). Sum of RGB (Red+Green+Blue) = 249+215+170=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 170 (66.80% from 255 or 26.81% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D7AA is #062855. Grayscale: #DCDCDC. Windows color (decimal): -403542 or 11196409. OLE color: 11196409.
HSL color Cylindrical-coordinate representation of color #F9D7AA: hue angle of 34.18º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9D7AA is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 215 | 170 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.02 |
| HSL | 34.18º | 0.87% | 0.82% | - |
| HSV(B) | 34.18º | 0.32% | 0.98% | - |
| XYZ | 70.62 | 71.64 | 48.14 | - |
| YUV | 220.04 | 99.76 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 215 | 170 | 0 | 0.14 | 0.32 | 0.02 | 34.18 | 0.87 | 0.82 |
| Hex | F9 | D7 | AA | 0 | E | 20 | 2 | 22 | 57 | 52 |
| Octal | 371 | 327 | 252 | 0 | 16 | 40 | 2 | 42 | 127 | 122 |
| Binary | 11111001 | 11010111 | 10101010 | 0 | 1110 | 100000 | 10 | 100010 | 1010111 | 1010010 |
Color Harmonies of #F9D7AA
Complementary color
Monochromatic Colors of #F9D7AA
Black with #F9D7AA
Text Example
Text Example
White with #F9D7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D7AA; }
p { color: rgb(249,215,170); }
H1.HeaderClassName
{
color: #F9D7AA;
}
.AnyTagClassName
{
color: #F9D7AA;
}
</style>
background-color css
<style>
a { background-color: #F9D7AA; }
a { background-color: rgb(249,215,170); }
div.DivClassName
{
background-color: #F9D7AA;
}
.BgClassName
{
background-color: #F9D7AA;
}
</style>
border-color css
<style>
span { border-color: #F9D7AA; }
span { border-color: rgb(249,215,170); }
td.TdClassName
{
border-color: #F9D7AA;
}
.TagClassName
{
border-color: #F9D7AA;
}
</style>