Shades of Cherokee #FCD07F
Tints of Cherokee #FCD07F
RGB
CMYK
RGB Variations
Color information
#FCD07F (or 0xFCD07F) is known color: Cherokee. HEX triplet: FC, D0 and 7F. RGB value is (252,208,127). Sum of RGB (Red+Green+Blue) = 252+208+127=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 127 (50% from 255 or 21.64% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD07F is #032F80. Grayscale: #D4D4D4. Windows color (decimal): -208769 or 8376572. OLE color: 8376572.
HSL color Cylindrical-coordinate representation of color #FCD07F: hue angle of 38.88º 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 #FCD07F is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 127 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.01 |
| HSL | 38.88º | 0.95% | 0.74% | - |
| HSV(B) | 38.88º | 0.5% | 0.99% | - |
| XYZ | 66.53 | 67.34 | 29.57 | - |
| YUV | 211.92 | 80.08 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 127 | 0 | 0.17 | 0.50 | 0.01 | 38.88 | 0.95 | 0.74 |
| Hex | FC | D0 | 7F | 0 | 11 | 32 | 1 | 27 | 5F | 4A |
| Octal | 374 | 320 | 177 | 0 | 21 | 62 | 1 | 47 | 137 | 112 |
| Binary | 11111100 | 11010000 | 1111111 | 0 | 10001 | 110010 | 1 | 100111 | 1011111 | 1001010 |
Color Harmonies of #FCD07F
Complementary color
Monochromatic Colors of #FCD07F
Black with #FCD07F
Text Example
Text Example
White with #FCD07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD07F; }
p { color: rgb(252,208,127); }
H1.HeaderClassName
{
color: #FCD07F;
}
.AnyTagClassName
{
color: #FCD07F;
}
</style>
background-color css
<style>
a { background-color: #FCD07F; }
a { background-color: rgb(252,208,127); }
div.DivClassName
{
background-color: #FCD07F;
}
.BgClassName
{
background-color: #FCD07F;
}
</style>
border-color css
<style>
span { border-color: #FCD07F; }
span { border-color: rgb(252,208,127); }
td.TdClassName
{
border-color: #FCD07F;
}
.TagClassName
{
border-color: #FCD07F;
}
</style>