Shades of Chardonnay #F8C075
Tints of Chardonnay #F8C075
RGB
CMYK
RGB Variations
Color information
#F8C075 (or 0xF8C075) is known color: Chardonnay. HEX triplet: F8, C0 and 75. RGB value is (248,192,117). Sum of RGB (Red+Green+Blue) = 248+192+117=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C075 is #073F8A. Grayscale: #C8C8C8. Windows color (decimal): -475019 or 7717112. OLE color: 7717112.
HSL color Cylindrical-coordinate representation of color #F8C075: hue angle of 34.35º 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 #F8C075 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 117 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.03 |
| HSL | 34.35º | 0.9% | 0.72% | - |
| HSV(B) | 34.35º | 0.53% | 0.97% | - |
| XYZ | 60.77 | 58.94 | 25 | - |
| YUV | 200.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 117 | 0 | 0.23 | 0.53 | 0.03 | 34.35 | 0.9 | 0.72 |
| Hex | F8 | C0 | 75 | 0 | 17 | 35 | 3 | 22 | 5A | 48 |
| Octal | 370 | 300 | 165 | 0 | 27 | 65 | 3 | 42 | 132 | 110 |
| Binary | 11111000 | 11000000 | 1110101 | 0 | 10111 | 110101 | 11 | 100010 | 1011010 | 1001000 |
Color Harmonies of #F8C075
Complementary color
Monochromatic Colors of #F8C075
Black with #F8C075
Text Example
Text Example
White with #F8C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C075; }
p { color: rgb(248,192,117); }
H1.HeaderClassName
{
color: #F8C075;
}
.AnyTagClassName
{
color: #F8C075;
}
</style>
background-color css
<style>
a { background-color: #F8C075; }
a { background-color: rgb(248,192,117); }
div.DivClassName
{
background-color: #F8C075;
}
.BgClassName
{
background-color: #F8C075;
}
</style>
border-color css
<style>
span { border-color: #F8C075; }
span { border-color: rgb(248,192,117); }
td.TdClassName
{
border-color: #F8C075;
}
.TagClassName
{
border-color: #F8C075;
}
</style>