Shades of Cherokee #FCCF80
Tints of Cherokee #FCCF80
RGB
CMYK
RGB Variations
Color information
#FCCF80 (or 0xFCCF80) is known color: Cherokee. HEX triplet: FC, CF and 80. RGB value is (252,207,128). Sum of RGB (Red+Green+Blue) = 252+207+128=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 128 (50.39% from 255 or 21.81% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCF80 is #03307F. Grayscale: #D3D3D3. Windows color (decimal): -209024 or 8441852. OLE color: 8441852.
HSL color Cylindrical-coordinate representation of color #FCCF80: hue angle of 38.23º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCCF80 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 128 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.01 |
| HSL | 38.23º | 0.95% | 0.75% | - |
| HSV(B) | 38.23º | 0.49% | 0.99% | - |
| XYZ | 66.35 | 66.88 | 29.83 | - |
| YUV | 211.45 | 80.91 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 128 | 0 | 0.18 | 0.49 | 0.01 | 38.23 | 0.95 | 0.75 |
| Hex | FC | CF | 80 | 0 | 12 | 31 | 1 | 26 | 5F | 4B |
| Octal | 374 | 317 | 200 | 0 | 22 | 61 | 1 | 46 | 137 | 113 |
| Binary | 11111100 | 11001111 | 10000000 | 0 | 10010 | 110001 | 1 | 100110 | 1011111 | 1001011 |
Color Harmonies of #FCCF80
Complementary color
Monochromatic Colors of #FCCF80
Black with #FCCF80
Text Example
Text Example
White with #FCCF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF80; }
p { color: rgb(252,207,128); }
H1.HeaderClassName
{
color: #FCCF80;
}
.AnyTagClassName
{
color: #FCCF80;
}
</style>
background-color css
<style>
a { background-color: #FCCF80; }
a { background-color: rgb(252,207,128); }
div.DivClassName
{
background-color: #FCCF80;
}
.BgClassName
{
background-color: #FCCF80;
}
</style>
border-color css
<style>
span { border-color: #FCCF80; }
span { border-color: rgb(252,207,128); }
td.TdClassName
{
border-color: #FCCF80;
}
.TagClassName
{
border-color: #FCCF80;
}
</style>