Shades of Chardonnay #F8C478
Tints of Chardonnay #F8C478
RGB
CMYK
RGB Variations
Color information
#F8C478 (or 0xF8C478) is known color: Chardonnay. HEX triplet: F8, C4 and 78. RGB value is (248,196,120). Sum of RGB (Red+Green+Blue) = 248+196+120=564 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.97% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 120 (47.27% from 255 or 21.28% from 564); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C478 is #073B87. Grayscale: #CBCBCB. Windows color (decimal): -473992 or 7914744. OLE color: 7914744.
HSL color Cylindrical-coordinate representation of color #F8C478: hue angle of 35.62º 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 #F8C478 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 196 | 120 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.03 |
| HSL | 35.63º | 0.9% | 0.72% | - |
| HSV(B) | 35.63º | 0.52% | 0.97% | - |
| XYZ | 61.84 | 60.79 | 26.24 | - |
| YUV | 202.88 | 81.23 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 196 | 120 | 0 | 0.21 | 0.52 | 0.03 | 35.63 | 0.9 | 0.72 |
| Hex | F8 | C4 | 78 | 0 | 15 | 34 | 3 | 24 | 5A | 48 |
| Octal | 370 | 304 | 170 | 0 | 25 | 64 | 3 | 44 | 132 | 110 |
| Binary | 11111000 | 11000100 | 1111000 | 0 | 10101 | 110100 | 11 | 100100 | 1011010 | 1001000 |
Color Harmonies of #F8C478
Complementary color
Monochromatic Colors of #F8C478
Black with #F8C478
Text Example
Text Example
White with #F8C478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C478; }
p { color: rgb(248,196,120); }
H1.HeaderClassName
{
color: #F8C478;
}
.AnyTagClassName
{
color: #F8C478;
}
</style>
background-color css
<style>
a { background-color: #F8C478; }
a { background-color: rgb(248,196,120); }
div.DivClassName
{
background-color: #F8C478;
}
.BgClassName
{
background-color: #F8C478;
}
</style>
border-color css
<style>
span { border-color: #F8C478; }
span { border-color: rgb(248,196,120); }
td.TdClassName
{
border-color: #F8C478;
}
.TagClassName
{
border-color: #F8C478;
}
</style>