Shades of Cherokee #F8C28A
Tints of Cherokee #F8C28A
RGB
CMYK
RGB Variations
Color information
#F8C28A (or 0xF8C28A) is known color: Cherokee. HEX triplet: F8, C2 and 8A. RGB value is (248,194,138). Sum of RGB (Red+Green+Blue) = 248+194+138=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 194 (76.17% from 255 or 33.45% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C28A is #073D75. Grayscale: #CCCCCC. Windows color (decimal): -474486 or 9093880. OLE color: 9093880.
HSL color Cylindrical-coordinate representation of color #F8C28A: hue angle of 30.55º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8C28A is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 138 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.03 |
| HSL | 30.55º | 0.89% | 0.76% | - |
| HSV(B) | 30.55º | 0.44% | 0.97% | - |
| XYZ | 62.59 | 60.38 | 32.4 | - |
| YUV | 203.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 138 | 0 | 0.22 | 0.44 | 0.03 | 30.55 | 0.89 | 0.76 |
| Hex | F8 | C2 | 8A | 0 | 16 | 2C | 3 | 1F | 59 | 4C |
| Octal | 370 | 302 | 212 | 0 | 26 | 54 | 3 | 37 | 131 | 114 |
| Binary | 11111000 | 11000010 | 10001010 | 0 | 10110 | 101100 | 11 | 11111 | 1011001 | 1001100 |
Color Harmonies of #F8C28A
Complementary color
Monochromatic Colors of #F8C28A
Black with #F8C28A
Text Example
Text Example
White with #F8C28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C28A; }
p { color: rgb(248,194,138); }
H1.HeaderClassName
{
color: #F8C28A;
}
.AnyTagClassName
{
color: #F8C28A;
}
</style>
background-color css
<style>
a { background-color: #F8C28A; }
a { background-color: rgb(248,194,138); }
div.DivClassName
{
background-color: #F8C28A;
}
.BgClassName
{
background-color: #F8C28A;
}
</style>
border-color css
<style>
span { border-color: #F8C28A; }
span { border-color: rgb(248,194,138); }
td.TdClassName
{
border-color: #F8C28A;
}
.TagClassName
{
border-color: #F8C28A;
}
</style>