Shades of Cherokee #F9CA7D
Tints of Cherokee #F9CA7D
RGB
CMYK
RGB Variations
Color information
#F9CA7D (or 0xF9CA7D) is known color: Cherokee. HEX triplet: F9, CA and 7D. RGB value is (249,202,125). Sum of RGB (Red+Green+Blue) = 249+202+125=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CA7D is #063582. Grayscale: #CFCFCF. Windows color (decimal): -406915 or 8243961. OLE color: 8243961.
HSL color Cylindrical-coordinate representation of color #F9CA7D: hue angle of 37.26º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9CA7D is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 202 | 125 | - |
CMYK | 0 | 0.19 | 0.50 | 0.02 |
HSL | 37.26º | 0.91% | 0.73% | - |
HSV(B) | 37.26º | 0.5% | 0.98% | - |
XYZ | 63.89 | 63.86 | 28.36 | - |
YUV | 207.28 | 81.57 | 157.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 202 | 125 | 0 | 0.19 | 0.50 | 0.02 | 37.26 | 0.91 | 0.73 |
Hex | F9 | CA | 7D | 0 | 13 | 32 | 2 | 25 | 5B | 49 |
Octal | 371 | 312 | 175 | 0 | 23 | 62 | 2 | 45 | 133 | 111 |
Binary | 11111001 | 11001010 | 1111101 | 0 | 10011 | 110010 | 10 | 100101 | 1011011 | 1001001 |
Color Harmonies of #F9CA7D
Complementary color
Monochromatic Colors of #F9CA7D
Black with #F9CA7D
Text Example
Text Example
White with #F9CA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CA7D; }
p { color: rgb(249,202,125); }
H1.HeaderClassName
{
color: #F9CA7D;
}
.AnyTagClassName
{
color: #F9CA7D;
}
</style>
background-color css
<style>
a { background-color: #F9CA7D; }
a { background-color: rgb(249,202,125); }
div.DivClassName
{
background-color: #F9CA7D;
}
.BgClassName
{
background-color: #F9CA7D;
}
</style>
border-color css
<style>
span { border-color: #F9CA7D; }
span { border-color: rgb(249,202,125); }
td.TdClassName
{
border-color: #F9CA7D;
}
.TagClassName
{
border-color: #F9CA7D;
}
</style>