Shades of Cherokee #FCCB8A
Tints of Cherokee #FCCB8A
RGB
CMYK
RGB Variations
Color information
#FCCB8A (or 0xFCCB8A) is known color: Cherokee. HEX triplet: FC, CB and 8A. RGB value is (252,203,138). Sum of RGB (Red+Green+Blue) = 252+203+138=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 138 (54.30% from 255 or 23.27% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB8A is #033475. Grayscale: #D2D2D2. Windows color (decimal): -210038 or 9096188. OLE color: 9096188.
HSL color Cylindrical-coordinate representation of color #FCCB8A: hue angle of 34.21º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCCB8A is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 138 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.01 |
| HSL | 34.21º | 0.95% | 0.76% | - |
| HSV(B) | 34.21º | 0.45% | 0.99% | - |
| XYZ | 66.09 | 65.24 | 33.15 | - |
| YUV | 210.24 | 87.23 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 138 | 0 | 0.19 | 0.45 | 0.01 | 34.21 | 0.95 | 0.76 |
| Hex | FC | CB | 8A | 0 | 13 | 2D | 1 | 22 | 5F | 4C |
| Octal | 374 | 313 | 212 | 0 | 23 | 55 | 1 | 42 | 137 | 114 |
| Binary | 11111100 | 11001011 | 10001010 | 0 | 10011 | 101101 | 1 | 100010 | 1011111 | 1001100 |
Color Harmonies of #FCCB8A
Complementary color
Monochromatic Colors of #FCCB8A
Black with #FCCB8A
Text Example
Text Example
White with #FCCB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB8A; }
p { color: rgb(252,203,138); }
H1.HeaderClassName
{
color: #FCCB8A;
}
.AnyTagClassName
{
color: #FCCB8A;
}
</style>
background-color css
<style>
a { background-color: #FCCB8A; }
a { background-color: rgb(252,203,138); }
div.DivClassName
{
background-color: #FCCB8A;
}
.BgClassName
{
background-color: #FCCB8A;
}
</style>
border-color css
<style>
span { border-color: #FCCB8A; }
span { border-color: rgb(252,203,138); }
td.TdClassName
{
border-color: #FCCB8A;
}
.TagClassName
{
border-color: #FCCB8A;
}
</style>