Shades of Chardonnay #F8C675
Tints of Chardonnay #F8C675
RGB
CMYK
RGB Variations
Color information
#F8C675 (or 0xF8C675) is known color: Chardonnay. HEX triplet: F8, C6 and 75. RGB value is (248,198,117). Sum of RGB (Red+Green+Blue) = 248+198+117=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C675 is #07398A. Grayscale: #CCCCCC. Windows color (decimal): -473483 or 7718648. OLE color: 7718648.
HSL color Cylindrical-coordinate representation of color #F8C675: hue angle of 37.1º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8C675 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 117 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.03 |
| HSL | 37.1º | 0.9% | 0.72% | - |
| HSV(B) | 37.1º | 0.53% | 0.97% | - |
| XYZ | 62.12 | 61.63 | 25.45 | - |
| YUV | 203.72 | 79.07 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 117 | 0 | 0.20 | 0.53 | 0.03 | 37.1 | 0.9 | 0.72 |
| Hex | F8 | C6 | 75 | 0 | 14 | 35 | 3 | 25 | 5A | 48 |
| Octal | 370 | 306 | 165 | 0 | 24 | 65 | 3 | 45 | 132 | 110 |
| Binary | 11111000 | 11000110 | 1110101 | 0 | 10100 | 110101 | 11 | 100101 | 1011010 | 1001000 |
Color Harmonies of #F8C675
Complementary color
Monochromatic Colors of #F8C675
Black with #F8C675
Text Example
Text Example
White with #F8C675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C675; }
p { color: rgb(248,198,117); }
H1.HeaderClassName
{
color: #F8C675;
}
.AnyTagClassName
{
color: #F8C675;
}
</style>
background-color css
<style>
a { background-color: #F8C675; }
a { background-color: rgb(248,198,117); }
div.DivClassName
{
background-color: #F8C675;
}
.BgClassName
{
background-color: #F8C675;
}
</style>
border-color css
<style>
span { border-color: #F8C675; }
span { border-color: rgb(248,198,117); }
td.TdClassName
{
border-color: #F8C675;
}
.TagClassName
{
border-color: #F8C675;
}
</style>