Shades of Cherokee #FECF83
Tints of Cherokee #FECF83
RGB
CMYK
RGB Variations
Color information
#FECF83 (or 0xFECF83) is known color: Cherokee. HEX triplet: FE, CF and 83. RGB value is (254,207,131). Sum of RGB (Red+Green+Blue) = 254+207+131=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 131 (51.56% from 255 or 22.13% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF83 is #01307C. Grayscale: #D4D4D4. Windows color (decimal): -77949 or 8638462. OLE color: 8638462.
HSL color Cylindrical-coordinate representation of color #FECF83: hue angle of 37.07º 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 #FECF83 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 131 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.00 |
| HSL | 37.07º | 0.98% | 0.75% | - |
| HSV(B) | 37.07º | 0.48% | 1% | - |
| XYZ | 67.28 | 67.34 | 30.92 | - |
| YUV | 212.39 | 82.07 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 131 | 0 | 0.19 | 0.48 | 0.00 | 37.07 | 0.98 | 0.75 |
| Hex | FE | CF | 83 | 0 | 13 | 30 | 0 | 25 | 62 | 4B |
| Octal | 376 | 317 | 203 | 0 | 23 | 60 | 0 | 45 | 142 | 113 |
| Binary | 11111110 | 11001111 | 10000011 | 0 | 10011 | 110000 | 0 | 100101 | 1100010 | 1001011 |
Color Harmonies of #FECF83
Complementary color
Monochromatic Colors of #FECF83
Black with #FECF83
Text Example
Text Example
White with #FECF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF83; }
p { color: rgb(254,207,131); }
H1.HeaderClassName
{
color: #FECF83;
}
.AnyTagClassName
{
color: #FECF83;
}
</style>
background-color css
<style>
a { background-color: #FECF83; }
a { background-color: rgb(254,207,131); }
div.DivClassName
{
background-color: #FECF83;
}
.BgClassName
{
background-color: #FECF83;
}
</style>
border-color css
<style>
span { border-color: #FECF83; }
span { border-color: rgb(254,207,131); }
td.TdClassName
{
border-color: #FECF83;
}
.TagClassName
{
border-color: #FECF83;
}
</style>