Shades of Cherokee #F5CC90
Tints of Cherokee #F5CC90
RGB
CMYK
RGB Variations
Color information
#F5CC90 (or 0xF5CC90) is known color: Cherokee. HEX triplet: F5, CC and 90. RGB value is (245,204,144). Sum of RGB (Red+Green+Blue) = 245+204+144=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CC90 is #0A336F. Grayscale: #D1D1D1. Windows color (decimal): -668528 or 9489653. OLE color: 9489653.
HSL color Cylindrical-coordinate representation of color #F5CC90: hue angle of 35.64º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F5CC90 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 204 | 144 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.04 |
| HSL | 35.64º | 0.83% | 0.76% | - |
| HSV(B) | 35.64º | 0.41% | 0.96% | - |
| XYZ | 64.28 | 64.61 | 35.47 | - |
| YUV | 209.42 | 91.08 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 204 | 144 | 0 | 0.17 | 0.41 | 0.04 | 35.64 | 0.83 | 0.76 |
| Hex | F5 | CC | 90 | 0 | 11 | 29 | 4 | 24 | 53 | 4C |
| Octal | 365 | 314 | 220 | 0 | 21 | 51 | 4 | 44 | 123 | 114 |
| Binary | 11110101 | 11001100 | 10010000 | 0 | 10001 | 101001 | 100 | 100100 | 1010011 | 1001100 |
Color Harmonies of #F5CC90
Complementary color
Monochromatic Colors of #F5CC90
Black with #F5CC90
Text Example
Text Example
White with #F5CC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CC90; }
p { color: rgb(245,204,144); }
H1.HeaderClassName
{
color: #F5CC90;
}
.AnyTagClassName
{
color: #F5CC90;
}
</style>
background-color css
<style>
a { background-color: #F5CC90; }
a { background-color: rgb(245,204,144); }
div.DivClassName
{
background-color: #F5CC90;
}
.BgClassName
{
background-color: #F5CC90;
}
</style>
border-color css
<style>
span { border-color: #F5CC90; }
span { border-color: rgb(245,204,144); }
td.TdClassName
{
border-color: #F5CC90;
}
.TagClassName
{
border-color: #F5CC90;
}
</style>