Shades of Cherokee #FCCB80
Tints of Cherokee #FCCB80
RGB
CMYK
RGB Variations
Color information
#FCCB80 (or 0xFCCB80) is known color: Cherokee. HEX triplet: FC, CB and 80. RGB value is (252,203,128). Sum of RGB (Red+Green+Blue) = 252+203+128=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB80 is #03347F. Grayscale: #D1D1D1. Windows color (decimal): -210048 or 8440828. OLE color: 8440828.
HSL color Cylindrical-coordinate representation of color #FCCB80: hue angle of 36.29º 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 #FCCB80 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 128 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.01 |
| HSL | 36.29º | 0.95% | 0.75% | - |
| HSV(B) | 36.29º | 0.49% | 0.99% | - |
| XYZ | 65.4 | 64.97 | 29.51 | - |
| YUV | 209.1 | 82.23 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 128 | 0 | 0.19 | 0.49 | 0.01 | 36.29 | 0.95 | 0.75 |
| Hex | FC | CB | 80 | 0 | 13 | 31 | 1 | 24 | 5F | 4B |
| Octal | 374 | 313 | 200 | 0 | 23 | 61 | 1 | 44 | 137 | 113 |
| Binary | 11111100 | 11001011 | 10000000 | 0 | 10011 | 110001 | 1 | 100100 | 1011111 | 1001011 |
Color Harmonies of #FCCB80
Complementary color
Monochromatic Colors of #FCCB80
Black with #FCCB80
Text Example
Text Example
White with #FCCB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB80; }
p { color: rgb(252,203,128); }
H1.HeaderClassName
{
color: #FCCB80;
}
.AnyTagClassName
{
color: #FCCB80;
}
</style>
background-color css
<style>
a { background-color: #FCCB80; }
a { background-color: rgb(252,203,128); }
div.DivClassName
{
background-color: #FCCB80;
}
.BgClassName
{
background-color: #FCCB80;
}
</style>
border-color css
<style>
span { border-color: #FCCB80; }
span { border-color: rgb(252,203,128); }
td.TdClassName
{
border-color: #FCCB80;
}
.TagClassName
{
border-color: #FCCB80;
}
</style>