Shades of Chardonnay #F8C97A
Tints of Chardonnay #F8C97A
RGB
CMYK
RGB Variations
Color information
#F8C97A (or 0xF8C97A) is known color: Chardonnay. HEX triplet: F8, C9 and 7A. RGB value is (248,201,122). Sum of RGB (Red+Green+Blue) = 248+201+122=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 122 (48.05% from 255 or 21.37% from 571); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C97A is #073685. Grayscale: #CECECE. Windows color (decimal): -472710 or 8047096. OLE color: 8047096.
HSL color Cylindrical-coordinate representation of color #F8C97A: hue angle of 37.62º 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 #F8C97A is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 201 | 122 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.03 |
| HSL | 37.62º | 0.9% | 0.73% | - |
| HSV(B) | 37.62º | 0.51% | 0.97% | - |
| XYZ | 63.11 | 63.13 | 27.27 | - |
| YUV | 206.05 | 80.57 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 122 | 0 | 0.19 | 0.51 | 0.03 | 37.62 | 0.9 | 0.73 |
| Hex | F8 | C9 | 7A | 0 | 13 | 33 | 3 | 26 | 5A | 49 |
| Octal | 370 | 311 | 172 | 0 | 23 | 63 | 3 | 46 | 132 | 111 |
| Binary | 11111000 | 11001001 | 1111010 | 0 | 10011 | 110011 | 11 | 100110 | 1011010 | 1001001 |
Color Harmonies of #F8C97A
Complementary color
Monochromatic Colors of #F8C97A
Black with #F8C97A
Text Example
Text Example
White with #F8C97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C97A; }
p { color: rgb(248,201,122); }
H1.HeaderClassName
{
color: #F8C97A;
}
.AnyTagClassName
{
color: #F8C97A;
}
</style>
background-color css
<style>
a { background-color: #F8C97A; }
a { background-color: rgb(248,201,122); }
div.DivClassName
{
background-color: #F8C97A;
}
.BgClassName
{
background-color: #F8C97A;
}
</style>
border-color css
<style>
span { border-color: #F8C97A; }
span { border-color: rgb(248,201,122); }
td.TdClassName
{
border-color: #F8C97A;
}
.TagClassName
{
border-color: #F8C97A;
}
</style>