Shades of Cherokee #F7CA7D
Tints of Cherokee #F7CA7D
RGB
CMYK
RGB Variations
Color information
#F7CA7D (or 0xF7CA7D) is known color: Cherokee. HEX triplet: F7, CA and 7D. RGB value is (247,202,125). Sum of RGB (Red+Green+Blue) = 247+202+125=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CA7D is #083582. Grayscale: #CFCFCF. Windows color (decimal): -537987 or 8243959. OLE color: 8243959.
HSL color Cylindrical-coordinate representation of color #F7CA7D: hue angle of 37.87º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F7CA7D is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 202 | 125 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.03 |
| HSL | 37.87º | 0.88% | 0.73% | - |
| HSV(B) | 37.87º | 0.49% | 0.97% | - |
| XYZ | 63.18 | 63.5 | 28.33 | - |
| YUV | 206.68 | 81.91 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 202 | 125 | 0 | 0.18 | 0.49 | 0.03 | 37.87 | 0.88 | 0.73 |
| Hex | F7 | CA | 7D | 0 | 12 | 31 | 3 | 26 | 58 | 49 |
| Octal | 367 | 312 | 175 | 0 | 22 | 61 | 3 | 46 | 130 | 111 |
| Binary | 11110111 | 11001010 | 1111101 | 0 | 10010 | 110001 | 11 | 100110 | 1011000 | 1001001 |
Color Harmonies of #F7CA7D
Complementary color
Monochromatic Colors of #F7CA7D
Black with #F7CA7D
Text Example
Text Example
White with #F7CA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CA7D; }
p { color: rgb(247,202,125); }
H1.HeaderClassName
{
color: #F7CA7D;
}
.AnyTagClassName
{
color: #F7CA7D;
}
</style>
background-color css
<style>
a { background-color: #F7CA7D; }
a { background-color: rgb(247,202,125); }
div.DivClassName
{
background-color: #F7CA7D;
}
.BgClassName
{
background-color: #F7CA7D;
}
</style>
border-color css
<style>
span { border-color: #F7CA7D; }
span { border-color: rgb(247,202,125); }
td.TdClassName
{
border-color: #F7CA7D;
}
.TagClassName
{
border-color: #F7CA7D;
}
</style>