Shades of Chardonnay #F8C074
Tints of Chardonnay #F8C074
RGB
CMYK
RGB Variations
Color information
#F8C074 (or 0xF8C074) is known color: Chardonnay. HEX triplet: F8, C0 and 74. RGB value is (248,192,116). Sum of RGB (Red+Green+Blue) = 248+192+116=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C074 is #073F8B. Grayscale: #C8C8C8. Windows color (decimal): -475020 or 7651576. OLE color: 7651576.
HSL color Cylindrical-coordinate representation of color #F8C074: hue angle of 34.55º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8C074 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 116 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.03 |
| HSL | 34.55º | 0.9% | 0.71% | - |
| HSV(B) | 34.55º | 0.53% | 0.97% | - |
| XYZ | 60.71 | 58.92 | 24.7 | - |
| YUV | 200.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 116 | 0 | 0.23 | 0.53 | 0.03 | 34.55 | 0.9 | 0.71 |
| Hex | F8 | C0 | 74 | 0 | 17 | 35 | 3 | 23 | 5A | 47 |
| Octal | 370 | 300 | 164 | 0 | 27 | 65 | 3 | 43 | 132 | 107 |
| Binary | 11111000 | 11000000 | 1110100 | 0 | 10111 | 110101 | 11 | 100011 | 1011010 | 1000111 |
Color Harmonies of #F8C074
Complementary color
Monochromatic Colors of #F8C074
Black with #F8C074
Text Example
Text Example
White with #F8C074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C074; }
p { color: rgb(248,192,116); }
H1.HeaderClassName
{
color: #F8C074;
}
.AnyTagClassName
{
color: #F8C074;
}
</style>
background-color css
<style>
a { background-color: #F8C074; }
a { background-color: rgb(248,192,116); }
div.DivClassName
{
background-color: #F8C074;
}
.BgClassName
{
background-color: #F8C074;
}
</style>
border-color css
<style>
span { border-color: #F8C074; }
span { border-color: rgb(248,192,116); }
td.TdClassName
{
border-color: #F8C074;
}
.TagClassName
{
border-color: #F8C074;
}
</style>