Shades of Cherokee #F5C481
Tints of Cherokee #F5C481
RGB
CMYK
RGB Variations
Color information
#F5C481 (or 0xF5C481) is known color: Cherokee. HEX triplet: F5, C4 and 81. RGB value is (245,196,129). Sum of RGB (Red+Green+Blue) = 245+196+129=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 129 (50.78% from 255 or 22.63% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C481 is #0A3B7E. Grayscale: #CBCBCB. Windows color (decimal): -670591 or 8504565. OLE color: 8504565.
HSL color Cylindrical-coordinate representation of color #F5C481: hue angle of 34.66º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5C481 is Cyan = 0, Magento = 0.2, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 129 | - |
| CMYK | 0 | 0.2 | 0.47 | 0.04 |
| HSL | 34.66º | 0.85% | 0.73% | - |
| HSV(B) | 34.66º | 0.47% | 0.96% | - |
| XYZ | 61.36 | 60.48 | 29.21 | - |
| YUV | 203.01 | 86.23 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 129 | 0 | 0.2 | 0.47 | 0.04 | 34.66 | 0.85 | 0.73 |
| Hex | F5 | C4 | 81 | 0 | 14 | 2F | 4 | 23 | 55 | 49 |
| Octal | 365 | 304 | 201 | 0 | 24 | 57 | 4 | 43 | 125 | 111 |
| Binary | 11110101 | 11000100 | 10000001 | 0 | 10100 | 101111 | 100 | 100011 | 1010101 | 1001001 |
Color Harmonies of #F5C481
Complementary color
Monochromatic Colors of #F5C481
Black with #F5C481
Text Example
Text Example
White with #F5C481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C481; }
p { color: rgb(245,196,129); }
H1.HeaderClassName
{
color: #F5C481;
}
.AnyTagClassName
{
color: #F5C481;
}
</style>
background-color css
<style>
a { background-color: #F5C481; }
a { background-color: rgb(245,196,129); }
div.DivClassName
{
background-color: #F5C481;
}
.BgClassName
{
background-color: #F5C481;
}
</style>
border-color css
<style>
span { border-color: #F5C481; }
span { border-color: rgb(245,196,129); }
td.TdClassName
{
border-color: #F5C481;
}
.TagClassName
{
border-color: #F5C481;
}
</style>