Shades of Cherokee #F9CF7B
Tints of Cherokee #F9CF7B
RGB
CMYK
RGB Variations
Color information
#F9CF7B (or 0xF9CF7B) is known color: Cherokee. HEX triplet: F9, CF and 7B. RGB value is (249,207,123). Sum of RGB (Red+Green+Blue) = 249+207+123=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 123 (48.44% from 255 or 21.24% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CF7B is #063084. Grayscale: #D2D2D2. Windows color (decimal): -405637 or 8114169. OLE color: 8114169.
HSL color Cylindrical-coordinate representation of color #F9CF7B: hue angle of 40º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9CF7B is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 123 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.02 |
| HSL | 40º | 0.91% | 0.73% | - |
| HSV(B) | 40º | 0.51% | 0.98% | - |
| XYZ | 64.95 | 66.2 | 28.09 | - |
| YUV | 209.98 | 78.91 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 123 | 0 | 0.17 | 0.51 | 0.02 | 40 | 0.91 | 0.73 |
| Hex | F9 | CF | 7B | 0 | 11 | 33 | 2 | 28 | 5B | 49 |
| Octal | 371 | 317 | 173 | 0 | 21 | 63 | 2 | 50 | 133 | 111 |
| Binary | 11111001 | 11001111 | 1111011 | 0 | 10001 | 110011 | 10 | 101000 | 1011011 | 1001001 |
Color Harmonies of #F9CF7B
Complementary color
Monochromatic Colors of #F9CF7B
Black with #F9CF7B
Text Example
Text Example
White with #F9CF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CF7B; }
p { color: rgb(249,207,123); }
H1.HeaderClassName
{
color: #F9CF7B;
}
.AnyTagClassName
{
color: #F9CF7B;
}
</style>
background-color css
<style>
a { background-color: #F9CF7B; }
a { background-color: rgb(249,207,123); }
div.DivClassName
{
background-color: #F9CF7B;
}
.BgClassName
{
background-color: #F9CF7B;
}
</style>
border-color css
<style>
span { border-color: #F9CF7B; }
span { border-color: rgb(249,207,123); }
td.TdClassName
{
border-color: #F9CF7B;
}
.TagClassName
{
border-color: #F9CF7B;
}
</style>