Shades of Cherokee #FDCC8A
Tints of Cherokee #FDCC8A
RGB
CMYK
RGB Variations
Color information
#FDCC8A (or 0xFDCC8A) is known color: Cherokee. HEX triplet: FD, CC and 8A. RGB value is (253,204,138). Sum of RGB (Red+Green+Blue) = 253+204+138=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCC8A is #023375. Grayscale: #D3D3D3. Windows color (decimal): -144246 or 9096445. OLE color: 9096445.
HSL color Cylindrical-coordinate representation of color #FDCC8A: hue angle of 34.43º 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 #FDCC8A is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 138 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.01 |
| HSL | 34.43º | 0.97% | 0.77% | - |
| HSV(B) | 34.43º | 0.45% | 0.99% | - |
| XYZ | 66.69 | 65.9 | 33.25 | - |
| YUV | 211.13 | 86.73 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 138 | 0 | 0.19 | 0.45 | 0.01 | 34.43 | 0.97 | 0.77 |
| Hex | FD | CC | 8A | 0 | 13 | 2D | 1 | 22 | 61 | 4D |
| Octal | 375 | 314 | 212 | 0 | 23 | 55 | 1 | 42 | 141 | 115 |
| Binary | 11111101 | 11001100 | 10001010 | 0 | 10011 | 101101 | 1 | 100010 | 1100001 | 1001101 |
Color Harmonies of #FDCC8A
Complementary color
Monochromatic Colors of #FDCC8A
Black with #FDCC8A
Text Example
Text Example
White with #FDCC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC8A; }
p { color: rgb(253,204,138); }
H1.HeaderClassName
{
color: #FDCC8A;
}
.AnyTagClassName
{
color: #FDCC8A;
}
</style>
background-color css
<style>
a { background-color: #FDCC8A; }
a { background-color: rgb(253,204,138); }
div.DivClassName
{
background-color: #FDCC8A;
}
.BgClassName
{
background-color: #FDCC8A;
}
</style>
border-color css
<style>
span { border-color: #FDCC8A; }
span { border-color: rgb(253,204,138); }
td.TdClassName
{
border-color: #FDCC8A;
}
.TagClassName
{
border-color: #FDCC8A;
}
</style>