Shades of Chardonnay #F8C07A
Tints of Chardonnay #F8C07A
RGB
CMYK
RGB Variations
Color information
#F8C07A (or 0xF8C07A) is known color: Chardonnay. HEX triplet: F8, C0 and 7A. RGB value is (248,192,122). Sum of RGB (Red+Green+Blue) = 248+192+122=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C07A is #073F85. Grayscale: #C9C9C9. Windows color (decimal): -475014 or 8044792. OLE color: 8044792.
HSL color Cylindrical-coordinate representation of color #F8C07A: hue angle of 33.33º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F8C07A is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 122 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.03 |
| HSL | 33.33º | 0.9% | 0.73% | - |
| HSV(B) | 33.33º | 0.51% | 0.97% | - |
| XYZ | 61.07 | 59.06 | 26.59 | - |
| YUV | 200.76 | 83.55 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 122 | 0 | 0.23 | 0.51 | 0.03 | 33.33 | 0.9 | 0.73 |
| Hex | F8 | C0 | 7A | 0 | 17 | 33 | 3 | 21 | 5A | 49 |
| Octal | 370 | 300 | 172 | 0 | 27 | 63 | 3 | 41 | 132 | 111 |
| Binary | 11111000 | 11000000 | 1111010 | 0 | 10111 | 110011 | 11 | 100001 | 1011010 | 1001001 |
Color Harmonies of #F8C07A
Complementary color
Monochromatic Colors of #F8C07A
Black with #F8C07A
Text Example
Text Example
White with #F8C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C07A; }
p { color: rgb(248,192,122); }
H1.HeaderClassName
{
color: #F8C07A;
}
.AnyTagClassName
{
color: #F8C07A;
}
</style>
background-color css
<style>
a { background-color: #F8C07A; }
a { background-color: rgb(248,192,122); }
div.DivClassName
{
background-color: #F8C07A;
}
.BgClassName
{
background-color: #F8C07A;
}
</style>
border-color css
<style>
span { border-color: #F8C07A; }
span { border-color: rgb(248,192,122); }
td.TdClassName
{
border-color: #F8C07A;
}
.TagClassName
{
border-color: #F8C07A;
}
</style>