Shades of Cherokee #F5CD8F
Tints of Cherokee #F5CD8F
RGB
CMYK
RGB Variations
Color information
#F5CD8F (or 0xF5CD8F) is known color: Cherokee. HEX triplet: F5, CD and 8F. RGB value is (245,205,143). Sum of RGB (Red+Green+Blue) = 245+205+143=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 143 (56.25% from 255 or 24.11% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CD8F is #0A3270. Grayscale: #D2D2D2. Windows color (decimal): -668273 or 9424373. OLE color: 9424373.
HSL color Cylindrical-coordinate representation of color #F5CD8F: hue angle of 36.47º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5CD8F is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 205 | 143 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.04 |
| HSL | 36.47º | 0.84% | 0.76% | - |
| HSV(B) | 36.47º | 0.42% | 0.96% | - |
| XYZ | 64.45 | 65.06 | 35.15 | - |
| YUV | 209.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 205 | 143 | 0 | 0.16 | 0.42 | 0.04 | 36.47 | 0.84 | 0.76 |
| Hex | F5 | CD | 8F | 0 | 10 | 2A | 4 | 24 | 54 | 4C |
| Octal | 365 | 315 | 217 | 0 | 20 | 52 | 4 | 44 | 124 | 114 |
| Binary | 11110101 | 11001101 | 10001111 | 0 | 10000 | 101010 | 100 | 100100 | 1010100 | 1001100 |
Color Harmonies of #F5CD8F
Complementary color
Monochromatic Colors of #F5CD8F
Black with #F5CD8F
Text Example
Text Example
White with #F5CD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CD8F; }
p { color: rgb(245,205,143); }
H1.HeaderClassName
{
color: #F5CD8F;
}
.AnyTagClassName
{
color: #F5CD8F;
}
</style>
background-color css
<style>
a { background-color: #F5CD8F; }
a { background-color: rgb(245,205,143); }
div.DivClassName
{
background-color: #F5CD8F;
}
.BgClassName
{
background-color: #F5CD8F;
}
</style>
border-color css
<style>
span { border-color: #F5CD8F; }
span { border-color: rgb(245,205,143); }
td.TdClassName
{
border-color: #F5CD8F;
}
.TagClassName
{
border-color: #F5CD8F;
}
</style>