Shades of Cherokee #FECE83
Tints of Cherokee #FECE83
RGB
CMYK
RGB Variations
Color information
#FECE83 (or 0xFECE83) is known color: Cherokee. HEX triplet: FE, CE and 83. RGB value is (254,206,131). Sum of RGB (Red+Green+Blue) = 254+206+131=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 131 (51.56% from 255 or 22.17% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE83 is #01317C. Grayscale: #D4D4D4. Windows color (decimal): -78205 or 8638206. OLE color: 8638206.
HSL color Cylindrical-coordinate representation of color #FECE83: hue angle of 36.59º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FECE83 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 131 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.00 |
| HSL | 36.59º | 0.98% | 0.75% | - |
| HSV(B) | 36.59º | 0.48% | 1% | - |
| XYZ | 67.04 | 66.85 | 30.84 | - |
| YUV | 211.8 | 82.4 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 131 | 0 | 0.19 | 0.48 | 0.00 | 36.59 | 0.98 | 0.75 |
| Hex | FE | CE | 83 | 0 | 13 | 30 | 0 | 25 | 62 | 4B |
| Octal | 376 | 316 | 203 | 0 | 23 | 60 | 0 | 45 | 142 | 113 |
| Binary | 11111110 | 11001110 | 10000011 | 0 | 10011 | 110000 | 0 | 100101 | 1100010 | 1001011 |
Color Harmonies of #FECE83
Complementary color
Monochromatic Colors of #FECE83
Black with #FECE83
Text Example
Text Example
White with #FECE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE83; }
p { color: rgb(254,206,131); }
H1.HeaderClassName
{
color: #FECE83;
}
.AnyTagClassName
{
color: #FECE83;
}
</style>
background-color css
<style>
a { background-color: #FECE83; }
a { background-color: rgb(254,206,131); }
div.DivClassName
{
background-color: #FECE83;
}
.BgClassName
{
background-color: #FECE83;
}
</style>
border-color css
<style>
span { border-color: #FECE83; }
span { border-color: rgb(254,206,131); }
td.TdClassName
{
border-color: #FECE83;
}
.TagClassName
{
border-color: #FECE83;
}
</style>