Shades of Cherokee #FCCF7E
Tints of Cherokee #FCCF7E
RGB
CMYK
RGB Variations
Color information
#FCCF7E (or 0xFCCF7E) is known color: Cherokee. HEX triplet: FC, CF and 7E. RGB value is (252,207,126). Sum of RGB (Red+Green+Blue) = 252+207+126=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 126 (49.61% from 255 or 21.54% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF7E is #033081. Grayscale: #D3D3D3. Windows color (decimal): -209026 or 8310780. OLE color: 8310780.
HSL color Cylindrical-coordinate representation of color #FCCF7E: hue angle of 38.57º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCCF7E is Cyan = 0, Magento = 0.18, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 126 | - |
| CMYK | 0 | 0.18 | 0.5 | 0.01 |
| HSL | 38.57º | 0.95% | 0.74% | - |
| HSV(B) | 38.57º | 0.5% | 0.99% | - |
| XYZ | 66.22 | 66.83 | 29.15 | - |
| YUV | 211.22 | 79.91 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 126 | 0 | 0.18 | 0.5 | 0.01 | 38.57 | 0.95 | 0.74 |
| Hex | FC | CF | 7E | 0 | 12 | 32 | 1 | 27 | 5F | 4A |
| Octal | 374 | 317 | 176 | 0 | 22 | 62 | 1 | 47 | 137 | 112 |
| Binary | 11111100 | 11001111 | 1111110 | 0 | 10010 | 110010 | 1 | 100111 | 1011111 | 1001010 |
Color Harmonies of #FCCF7E
Complementary color
Monochromatic Colors of #FCCF7E
Black with #FCCF7E
Text Example
Text Example
White with #FCCF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF7E; }
p { color: rgb(252,207,126); }
H1.HeaderClassName
{
color: #FCCF7E;
}
.AnyTagClassName
{
color: #FCCF7E;
}
</style>
background-color css
<style>
a { background-color: #FCCF7E; }
a { background-color: rgb(252,207,126); }
div.DivClassName
{
background-color: #FCCF7E;
}
.BgClassName
{
background-color: #FCCF7E;
}
</style>
border-color css
<style>
span { border-color: #FCCF7E; }
span { border-color: rgb(252,207,126); }
td.TdClassName
{
border-color: #FCCF7E;
}
.TagClassName
{
border-color: #FCCF7E;
}
</style>