Shades of Cherokee #F5C88A
Tints of Cherokee #F5C88A
RGB
CMYK
RGB Variations
Color information
#F5C88A (or 0xF5C88A) is known color: Cherokee. HEX triplet: F5, C8 and 8A. RGB value is (245,200,138). Sum of RGB (Red+Green+Blue) = 245+200+138=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C88A is #0A3775. Grayscale: #CECECE. Windows color (decimal): -669558 or 9095413. OLE color: 9095413.
HSL color Cylindrical-coordinate representation of color #F5C88A: hue angle of 34.77º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5C88A is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 200 | 138 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.04 |
| HSL | 34.77º | 0.84% | 0.75% | - |
| HSV(B) | 34.77º | 0.44% | 0.96% | - |
| XYZ | 62.9 | 62.56 | 32.8 | - |
| YUV | 206.39 | 89.41 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 200 | 138 | 0 | 0.18 | 0.44 | 0.04 | 34.77 | 0.84 | 0.75 |
| Hex | F5 | C8 | 8A | 0 | 12 | 2C | 4 | 23 | 54 | 4B |
| Octal | 365 | 310 | 212 | 0 | 22 | 54 | 4 | 43 | 124 | 113 |
| Binary | 11110101 | 11001000 | 10001010 | 0 | 10010 | 101100 | 100 | 100011 | 1010100 | 1001011 |
Color Harmonies of #F5C88A
Complementary color
Monochromatic Colors of #F5C88A
Black with #F5C88A
Text Example
Text Example
White with #F5C88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C88A; }
p { color: rgb(245,200,138); }
H1.HeaderClassName
{
color: #F5C88A;
}
.AnyTagClassName
{
color: #F5C88A;
}
</style>
background-color css
<style>
a { background-color: #F5C88A; }
a { background-color: rgb(245,200,138); }
div.DivClassName
{
background-color: #F5C88A;
}
.BgClassName
{
background-color: #F5C88A;
}
</style>
border-color css
<style>
span { border-color: #F5C88A; }
span { border-color: rgb(245,200,138); }
td.TdClassName
{
border-color: #F5C88A;
}
.TagClassName
{
border-color: #F5C88A;
}
</style>