Shades of Cherokee #FDCE8A
Tints of Cherokee #FDCE8A
RGB
CMYK
RGB Variations
Color information
#FDCE8A (or 0xFDCE8A) is known color: Cherokee. HEX triplet: FD, CE and 8A. RGB value is (253,206,138). Sum of RGB (Red+Green+Blue) = 253+206+138=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCE8A is #023175. Grayscale: #D4D4D4. Windows color (decimal): -143734 or 9096957. OLE color: 9096957.
HSL color Cylindrical-coordinate representation of color #FDCE8A: hue angle of 35.48º degrees, saturation: 0.97, 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 #FDCE8A is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 138 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.01 |
| HSL | 35.48º | 0.97% | 0.77% | - |
| HSV(B) | 35.48º | 0.45% | 0.99% | - |
| XYZ | 67.17 | 66.86 | 33.41 | - |
| YUV | 212.3 | 86.07 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 138 | 0 | 0.19 | 0.45 | 0.01 | 35.48 | 0.97 | 0.77 |
| Hex | FD | CE | 8A | 0 | 13 | 2D | 1 | 23 | 61 | 4D |
| Octal | 375 | 316 | 212 | 0 | 23 | 55 | 1 | 43 | 141 | 115 |
| Binary | 11111101 | 11001110 | 10001010 | 0 | 10011 | 101101 | 1 | 100011 | 1100001 | 1001101 |
Color Harmonies of #FDCE8A
Complementary color
Monochromatic Colors of #FDCE8A
Black with #FDCE8A
Text Example
Text Example
White with #FDCE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE8A; }
p { color: rgb(253,206,138); }
H1.HeaderClassName
{
color: #FDCE8A;
}
.AnyTagClassName
{
color: #FDCE8A;
}
</style>
background-color css
<style>
a { background-color: #FDCE8A; }
a { background-color: rgb(253,206,138); }
div.DivClassName
{
background-color: #FDCE8A;
}
.BgClassName
{
background-color: #FDCE8A;
}
</style>
border-color css
<style>
span { border-color: #FDCE8A; }
span { border-color: rgb(253,206,138); }
td.TdClassName
{
border-color: #FDCE8A;
}
.TagClassName
{
border-color: #FDCE8A;
}
</style>