Shades of Cherokee #FDCB81
Tints of Cherokee #FDCB81
RGB
CMYK
RGB Variations
Color information
#FDCB81 (or 0xFDCB81) is known color: Cherokee. HEX triplet: FD, CB and 81. RGB value is (253,203,129). Sum of RGB (Red+Green+Blue) = 253+203+129=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 129 (50.78% from 255 or 22.05% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCB81 is #02347E. Grayscale: #D1D1D1. Windows color (decimal): -144511 or 8506365. OLE color: 8506365.
HSL color Cylindrical-coordinate representation of color #FDCB81: hue angle of 35.81º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDCB81 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 129 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.01 |
| HSL | 35.81º | 0.97% | 0.75% | - |
| HSV(B) | 35.81º | 0.49% | 0.99% | - |
| XYZ | 65.83 | 65.18 | 29.88 | - |
| YUV | 209.51 | 82.57 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 129 | 0 | 0.20 | 0.49 | 0.01 | 35.81 | 0.97 | 0.75 |
| Hex | FD | CB | 81 | 0 | 14 | 31 | 1 | 24 | 61 | 4B |
| Octal | 375 | 313 | 201 | 0 | 24 | 61 | 1 | 44 | 141 | 113 |
| Binary | 11111101 | 11001011 | 10000001 | 0 | 10100 | 110001 | 1 | 100100 | 1100001 | 1001011 |
Color Harmonies of #FDCB81
Complementary color
Monochromatic Colors of #FDCB81
Black with #FDCB81
Text Example
Text Example
White with #FDCB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCB81; }
p { color: rgb(253,203,129); }
H1.HeaderClassName
{
color: #FDCB81;
}
.AnyTagClassName
{
color: #FDCB81;
}
</style>
background-color css
<style>
a { background-color: #FDCB81; }
a { background-color: rgb(253,203,129); }
div.DivClassName
{
background-color: #FDCB81;
}
.BgClassName
{
background-color: #FDCB81;
}
</style>
border-color css
<style>
span { border-color: #FDCB81; }
span { border-color: rgb(253,203,129); }
td.TdClassName
{
border-color: #FDCB81;
}
.TagClassName
{
border-color: #FDCB81;
}
</style>