Shades of Cherokee #F5CB87
Tints of Cherokee #F5CB87
RGB
CMYK
RGB Variations
Color information
#F5CB87 (or 0xF5CB87) is known color: Cherokee. HEX triplet: F5, CB and 87. RGB value is (245,203,135). Sum of RGB (Red+Green+Blue) = 245+203+135=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 135 (53.12% from 255 or 23.16% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CB87 is #0A3478. Grayscale: #D0D0D0. Windows color (decimal): -668793 or 8899573. OLE color: 8899573.
HSL color Cylindrical-coordinate representation of color #F5CB87: hue angle of 37.09º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5CB87 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 135 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.04 |
| HSL | 37.09º | 0.85% | 0.75% | - |
| HSV(B) | 37.09º | 0.45% | 0.96% | - |
| XYZ | 63.39 | 63.87 | 31.91 | - |
| YUV | 207.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 135 | 0 | 0.17 | 0.45 | 0.04 | 37.09 | 0.85 | 0.75 |
| Hex | F5 | CB | 87 | 0 | 11 | 2D | 4 | 25 | 55 | 4B |
| Octal | 365 | 313 | 207 | 0 | 21 | 55 | 4 | 45 | 125 | 113 |
| Binary | 11110101 | 11001011 | 10000111 | 0 | 10001 | 101101 | 100 | 100101 | 1010101 | 1001011 |
Color Harmonies of #F5CB87
Complementary color
Monochromatic Colors of #F5CB87
Black with #F5CB87
Text Example
Text Example
White with #F5CB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CB87; }
p { color: rgb(245,203,135); }
H1.HeaderClassName
{
color: #F5CB87;
}
.AnyTagClassName
{
color: #F5CB87;
}
</style>
background-color css
<style>
a { background-color: #F5CB87; }
a { background-color: rgb(245,203,135); }
div.DivClassName
{
background-color: #F5CB87;
}
.BgClassName
{
background-color: #F5CB87;
}
</style>
border-color css
<style>
span { border-color: #F5CB87; }
span { border-color: rgb(245,203,135); }
td.TdClassName
{
border-color: #F5CB87;
}
.TagClassName
{
border-color: #F5CB87;
}
</style>