Shades of Cherokee #F8C38A
Tints of Cherokee #F8C38A
RGB
CMYK
RGB Variations
Color information
#F8C38A (or 0xF8C38A) is known color: Cherokee. HEX triplet: F8, C3 and 8A. RGB value is (248,195,138). Sum of RGB (Red+Green+Blue) = 248+195+138=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C38A is #073C75. Grayscale: #CCCCCC. Windows color (decimal): -474230 or 9094136. OLE color: 9094136.
HSL color Cylindrical-coordinate representation of color #F8C38A: hue angle of 31.09º 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 #F8C38A is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 195 | 138 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.03 |
| HSL | 31.09º | 0.89% | 0.76% | - |
| HSV(B) | 31.09º | 0.44% | 0.97% | - |
| XYZ | 62.81 | 60.82 | 32.47 | - |
| YUV | 204.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 195 | 138 | 0 | 0.21 | 0.44 | 0.03 | 31.09 | 0.89 | 0.76 |
| Hex | F8 | C3 | 8A | 0 | 15 | 2C | 3 | 1F | 59 | 4C |
| Octal | 370 | 303 | 212 | 0 | 25 | 54 | 3 | 37 | 131 | 114 |
| Binary | 11111000 | 11000011 | 10001010 | 0 | 10101 | 101100 | 11 | 11111 | 1011001 | 1001100 |
Color Harmonies of #F8C38A
Complementary color
Monochromatic Colors of #F8C38A
Black with #F8C38A
Text Example
Text Example
White with #F8C38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C38A; }
p { color: rgb(248,195,138); }
H1.HeaderClassName
{
color: #F8C38A;
}
.AnyTagClassName
{
color: #F8C38A;
}
</style>
background-color css
<style>
a { background-color: #F8C38A; }
a { background-color: rgb(248,195,138); }
div.DivClassName
{
background-color: #F8C38A;
}
.BgClassName
{
background-color: #F8C38A;
}
</style>
border-color css
<style>
span { border-color: #F8C38A; }
span { border-color: rgb(248,195,138); }
td.TdClassName
{
border-color: #F8C38A;
}
.TagClassName
{
border-color: #F8C38A;
}
</style>