Shades of Chardonnay #F8C06F
Tints of Chardonnay #F8C06F
RGB
CMYK
RGB Variations
Color information
#F8C06F (or 0xF8C06F) is known color: Chardonnay. HEX triplet: F8, C0 and 6F. RGB value is (248,192,111). Sum of RGB (Red+Green+Blue) = 248+192+111=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 111 (43.75% from 255 or 20.15% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C06F is #073F90. Grayscale: #C7C7C7. Windows color (decimal): -475025 or 7323896. OLE color: 7323896.
HSL color Cylindrical-coordinate representation of color #F8C06F: hue angle of 35.47º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8C06F is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 111 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.03 |
| HSL | 35.47º | 0.91% | 0.7% | - |
| HSV(B) | 35.47º | 0.55% | 0.97% | - |
| XYZ | 60.43 | 58.8 | 23.2 | - |
| YUV | 199.51 | 78.05 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 111 | 0 | 0.23 | 0.55 | 0.03 | 35.47 | 0.91 | 0.7 |
| Hex | F8 | C0 | 6F | 0 | 17 | 37 | 3 | 23 | 5B | 46 |
| Octal | 370 | 300 | 157 | 0 | 27 | 67 | 3 | 43 | 133 | 106 |
| Binary | 11111000 | 11000000 | 1101111 | 0 | 10111 | 110111 | 11 | 100011 | 1011011 | 1000110 |
Color Harmonies of #F8C06F
Complementary color
Monochromatic Colors of #F8C06F
Black with #F8C06F
Text Example
Text Example
White with #F8C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C06F; }
p { color: rgb(248,192,111); }
H1.HeaderClassName
{
color: #F8C06F;
}
.AnyTagClassName
{
color: #F8C06F;
}
</style>
background-color css
<style>
a { background-color: #F8C06F; }
a { background-color: rgb(248,192,111); }
div.DivClassName
{
background-color: #F8C06F;
}
.BgClassName
{
background-color: #F8C06F;
}
</style>
border-color css
<style>
span { border-color: #F8C06F; }
span { border-color: rgb(248,192,111); }
td.TdClassName
{
border-color: #F8C06F;
}
.TagClassName
{
border-color: #F8C06F;
}
</style>