Shades of Cherokee #FCD28B
Tints of Cherokee #FCD28B
RGB
CMYK
RGB Variations
Color information
#FCD28B (or 0xFCD28B) is known color: Cherokee. HEX triplet: FC, D2 and 8B. RGB value is (252,210,139). Sum of RGB (Red+Green+Blue) = 252+210+139=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 139 (54.69% from 255 or 23.13% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD28B is #032D74. Grayscale: #D6D6D6. Windows color (decimal): -208245 or 9163516. OLE color: 9163516.
HSL color Cylindrical-coordinate representation of color #FCD28B: hue angle of 37.7º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCD28B is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 139 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.01 |
| HSL | 37.7º | 0.95% | 0.77% | - |
| HSV(B) | 37.7º | 0.45% | 0.99% | - |
| XYZ | 67.85 | 68.65 | 34.1 | - |
| YUV | 214.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 139 | 0 | 0.17 | 0.45 | 0.01 | 37.7 | 0.95 | 0.77 |
| Hex | FC | D2 | 8B | 0 | 11 | 2D | 1 | 26 | 5F | 4D |
| Octal | 374 | 322 | 213 | 0 | 21 | 55 | 1 | 46 | 137 | 115 |
| Binary | 11111100 | 11010010 | 10001011 | 0 | 10001 | 101101 | 1 | 100110 | 1011111 | 1001101 |
Color Harmonies of #FCD28B
Complementary color
Monochromatic Colors of #FCD28B
Black with #FCD28B
Text Example
Text Example
White with #FCD28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD28B; }
p { color: rgb(252,210,139); }
H1.HeaderClassName
{
color: #FCD28B;
}
.AnyTagClassName
{
color: #FCD28B;
}
</style>
background-color css
<style>
a { background-color: #FCD28B; }
a { background-color: rgb(252,210,139); }
div.DivClassName
{
background-color: #FCD28B;
}
.BgClassName
{
background-color: #FCD28B;
}
</style>
border-color css
<style>
span { border-color: #FCD28B; }
span { border-color: rgb(252,210,139); }
td.TdClassName
{
border-color: #FCD28B;
}
.TagClassName
{
border-color: #FCD28B;
}
</style>