Shades of Cherokee #FCD283
Tints of Cherokee #FCD283
RGB
CMYK
RGB Variations
Color information
#FCD283 (or 0xFCD283) is known color: Cherokee. HEX triplet: FC, D2 and 83. RGB value is (252,210,131). Sum of RGB (Red+Green+Blue) = 252+210+131=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 131 (51.56% from 255 or 22.09% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD283 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD283 is #032D7C. Grayscale: #D5D5D5. Windows color (decimal): -208253 or 8639228. OLE color: 8639228.
HSL color Cylindrical-coordinate representation of color #FCD283: hue angle of 39.17º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCD283 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 131 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.01 |
| HSL | 39.17º | 0.95% | 0.75% | - |
| HSV(B) | 39.17º | 0.48% | 0.99% | - |
| XYZ | 67.29 | 68.43 | 31.13 | - |
| YUV | 213.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 131 | 0 | 0.17 | 0.48 | 0.01 | 39.17 | 0.95 | 0.75 |
| Hex | FC | D2 | 83 | 0 | 11 | 30 | 1 | 27 | 5F | 4B |
| Octal | 374 | 322 | 203 | 0 | 21 | 60 | 1 | 47 | 137 | 113 |
| Binary | 11111100 | 11010010 | 10000011 | 0 | 10001 | 110000 | 1 | 100111 | 1011111 | 1001011 |
Color Harmonies of #FCD283
Complementary color
Monochromatic Colors of #FCD283
Black with #FCD283
Text Example
Text Example
White with #FCD283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD283; }
p { color: rgb(252,210,131); }
H1.HeaderClassName
{
color: #FCD283;
}
.AnyTagClassName
{
color: #FCD283;
}
</style>
background-color css
<style>
a { background-color: #FCD283; }
a { background-color: rgb(252,210,131); }
div.DivClassName
{
background-color: #FCD283;
}
.BgClassName
{
background-color: #FCD283;
}
</style>
border-color css
<style>
span { border-color: #FCD283; }
span { border-color: rgb(252,210,131); }
td.TdClassName
{
border-color: #FCD283;
}
.TagClassName
{
border-color: #FCD283;
}
</style>