Shades of Chardonnay #F8C378
Tints of Chardonnay #F8C378
RGB
CMYK
RGB Variations
Color information
#F8C378 (or 0xF8C378) is known color: Chardonnay. HEX triplet: F8, C3 and 78. RGB value is (248,195,120). Sum of RGB (Red+Green+Blue) = 248+195+120=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 120 (47.27% from 255 or 21.31% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C378 is #073C87. Grayscale: #CACACA. Windows color (decimal): -474248 or 7914488. OLE color: 7914488.
HSL color Cylindrical-coordinate representation of color #F8C378: hue angle of 35.16º 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 #F8C378 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 195 | 120 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.03 |
| HSL | 35.16º | 0.9% | 0.72% | - |
| HSV(B) | 35.16º | 0.52% | 0.97% | - |
| XYZ | 61.62 | 60.34 | 26.17 | - |
| YUV | 202.3 | 81.56 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 195 | 120 | 0 | 0.21 | 0.52 | 0.03 | 35.16 | 0.9 | 0.72 |
| Hex | F8 | C3 | 78 | 0 | 15 | 34 | 3 | 23 | 5A | 48 |
| Octal | 370 | 303 | 170 | 0 | 25 | 64 | 3 | 43 | 132 | 110 |
| Binary | 11111000 | 11000011 | 1111000 | 0 | 10101 | 110100 | 11 | 100011 | 1011010 | 1001000 |
Color Harmonies of #F8C378
Complementary color
Monochromatic Colors of #F8C378
Black with #F8C378
Text Example
Text Example
White with #F8C378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C378; }
p { color: rgb(248,195,120); }
H1.HeaderClassName
{
color: #F8C378;
}
.AnyTagClassName
{
color: #F8C378;
}
</style>
background-color css
<style>
a { background-color: #F8C378; }
a { background-color: rgb(248,195,120); }
div.DivClassName
{
background-color: #F8C378;
}
.BgClassName
{
background-color: #F8C378;
}
</style>
border-color css
<style>
span { border-color: #F8C378; }
span { border-color: rgb(248,195,120); }
td.TdClassName
{
border-color: #F8C378;
}
.TagClassName
{
border-color: #F8C378;
}
</style>