Shades of Chardonnay #F8C076
Tints of Chardonnay #F8C076
RGB
CMYK
RGB Variations
Color information
#F8C076 (or 0xF8C076) is known color: Chardonnay. HEX triplet: F8, C0 and 76. RGB value is (248,192,118). Sum of RGB (Red+Green+Blue) = 248+192+118=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C076 is #073F89. Grayscale: #C8C8C8. Windows color (decimal): -475018 or 7782648. OLE color: 7782648.
HSL color Cylindrical-coordinate representation of color #F8C076: hue angle of 34.15º 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 #F8C076 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 118 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.03 |
| HSL | 34.15º | 0.9% | 0.72% | - |
| HSV(B) | 34.15º | 0.52% | 0.97% | - |
| XYZ | 60.83 | 58.96 | 25.31 | - |
| YUV | 200.31 | 81.55 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 118 | 0 | 0.23 | 0.52 | 0.03 | 34.15 | 0.9 | 0.72 |
| Hex | F8 | C0 | 76 | 0 | 17 | 34 | 3 | 22 | 5A | 48 |
| Octal | 370 | 300 | 166 | 0 | 27 | 64 | 3 | 42 | 132 | 110 |
| Binary | 11111000 | 11000000 | 1110110 | 0 | 10111 | 110100 | 11 | 100010 | 1011010 | 1001000 |
Color Harmonies of #F8C076
Complementary color
Monochromatic Colors of #F8C076
Black with #F8C076
Text Example
Text Example
White with #F8C076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C076; }
p { color: rgb(248,192,118); }
H1.HeaderClassName
{
color: #F8C076;
}
.AnyTagClassName
{
color: #F8C076;
}
</style>
background-color css
<style>
a { background-color: #F8C076; }
a { background-color: rgb(248,192,118); }
div.DivClassName
{
background-color: #F8C076;
}
.BgClassName
{
background-color: #F8C076;
}
</style>
border-color css
<style>
span { border-color: #F8C076; }
span { border-color: rgb(248,192,118); }
td.TdClassName
{
border-color: #F8C076;
}
.TagClassName
{
border-color: #F8C076;
}
</style>