Shades of Chardonnay #F8C876
Tints of Chardonnay #F8C876
RGB
CMYK
RGB Variations
Color information
#F8C876 (or 0xF8C876) is known color: Chardonnay. HEX triplet: F8, C8 and 76. RGB value is (248,200,118). Sum of RGB (Red+Green+Blue) = 248+200+118=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C876 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C876 is #073789. Grayscale: #CDCDCD. Windows color (decimal): -472970 or 7784696. OLE color: 7784696.
HSL color Cylindrical-coordinate representation of color #F8C876: hue angle of 37.85º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8C876 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 118 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.03 |
| HSL | 37.85º | 0.9% | 0.72% | - |
| HSV(B) | 37.85º | 0.52% | 0.97% | - |
| XYZ | 62.64 | 62.57 | 25.92 | - |
| YUV | 205 | 78.9 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 118 | 0 | 0.19 | 0.52 | 0.03 | 37.85 | 0.9 | 0.72 |
| Hex | F8 | C8 | 76 | 0 | 13 | 34 | 3 | 26 | 5A | 48 |
| Octal | 370 | 310 | 166 | 0 | 23 | 64 | 3 | 46 | 132 | 110 |
| Binary | 11111000 | 11001000 | 1110110 | 0 | 10011 | 110100 | 11 | 100110 | 1011010 | 1001000 |
Color Harmonies of #F8C876
Complementary color
Monochromatic Colors of #F8C876
Black with #F8C876
Text Example
Text Example
White with #F8C876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C876; }
p { color: rgb(248,200,118); }
H1.HeaderClassName
{
color: #F8C876;
}
.AnyTagClassName
{
color: #F8C876;
}
</style>
background-color css
<style>
a { background-color: #F8C876; }
a { background-color: rgb(248,200,118); }
div.DivClassName
{
background-color: #F8C876;
}
.BgClassName
{
background-color: #F8C876;
}
</style>
border-color css
<style>
span { border-color: #F8C876; }
span { border-color: rgb(248,200,118); }
td.TdClassName
{
border-color: #F8C876;
}
.TagClassName
{
border-color: #F8C876;
}
</style>