Shades of Cherokee #FEC688
Tints of Cherokee #FEC688
RGB
CMYK
RGB Variations
Color information
#FEC688 (or 0xFEC688) is known color: Cherokee. HEX triplet: FE, C6 and 88. RGB value is (254,198,136). Sum of RGB (Red+Green+Blue) = 254+198+136=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 136 (53.52% from 255 or 23.13% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC688 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC688 is #013977. Grayscale: #CFCFCF. Windows color (decimal): -80248 or 8963838. OLE color: 8963838.
HSL color Cylindrical-coordinate representation of color #FEC688: hue angle of 31.53º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEC688 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 136 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.00 |
| HSL | 31.53º | 0.98% | 0.76% | - |
| HSV(B) | 31.53º | 0.46% | 1% | - |
| XYZ | 65.51 | 63.24 | 32.05 | - |
| YUV | 207.68 | 87.55 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 136 | 0 | 0.22 | 0.46 | 0.00 | 31.53 | 0.98 | 0.76 |
| Hex | FE | C6 | 88 | 0 | 16 | 2E | 0 | 20 | 62 | 4C |
| Octal | 376 | 306 | 210 | 0 | 26 | 56 | 0 | 40 | 142 | 114 |
| Binary | 11111110 | 11000110 | 10001000 | 0 | 10110 | 101110 | 0 | 100000 | 1100010 | 1001100 |
Color Harmonies of #FEC688
Complementary color
Monochromatic Colors of #FEC688
Black with #FEC688
Text Example
Text Example
White with #FEC688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC688; }
p { color: rgb(254,198,136); }
H1.HeaderClassName
{
color: #FEC688;
}
.AnyTagClassName
{
color: #FEC688;
}
</style>
background-color css
<style>
a { background-color: #FEC688; }
a { background-color: rgb(254,198,136); }
div.DivClassName
{
background-color: #FEC688;
}
.BgClassName
{
background-color: #FEC688;
}
</style>
border-color css
<style>
span { border-color: #FEC688; }
span { border-color: rgb(254,198,136); }
td.TdClassName
{
border-color: #FEC688;
}
.TagClassName
{
border-color: #FEC688;
}
</style>