Shades of Chardonnay #F8C878
Tints of Chardonnay #F8C878
RGB
CMYK
RGB Variations
Color information
#F8C878 (or 0xF8C878) is known color: Chardonnay. HEX triplet: F8, C8 and 78. RGB value is (248,200,120). Sum of RGB (Red+Green+Blue) = 248+200+120=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 120 (47.27% from 255 or 21.13% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C878 is #073787. Grayscale: #CDCDCD. Windows color (decimal): -472968 or 7915768. OLE color: 7915768.
HSL color Cylindrical-coordinate representation of color #F8C878: hue angle of 37.5º 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 #F8C878 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 120 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.03 |
| HSL | 37.5º | 0.9% | 0.72% | - |
| HSV(B) | 37.5º | 0.52% | 0.97% | - |
| XYZ | 62.76 | 62.62 | 26.55 | - |
| YUV | 205.23 | 79.9 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 120 | 0 | 0.19 | 0.52 | 0.03 | 37.5 | 0.9 | 0.72 |
| Hex | F8 | C8 | 78 | 0 | 13 | 34 | 3 | 26 | 5A | 48 |
| Octal | 370 | 310 | 170 | 0 | 23 | 64 | 3 | 46 | 132 | 110 |
| Binary | 11111000 | 11001000 | 1111000 | 0 | 10011 | 110100 | 11 | 100110 | 1011010 | 1001000 |
Color Harmonies of #F8C878
Complementary color
Monochromatic Colors of #F8C878
Black with #F8C878
Text Example
Text Example
White with #F8C878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C878; }
p { color: rgb(248,200,120); }
H1.HeaderClassName
{
color: #F8C878;
}
.AnyTagClassName
{
color: #F8C878;
}
</style>
background-color css
<style>
a { background-color: #F8C878; }
a { background-color: rgb(248,200,120); }
div.DivClassName
{
background-color: #F8C878;
}
.BgClassName
{
background-color: #F8C878;
}
</style>
border-color css
<style>
span { border-color: #F8C878; }
span { border-color: rgb(248,200,120); }
td.TdClassName
{
border-color: #F8C878;
}
.TagClassName
{
border-color: #F8C878;
}
</style>