Shades of Chardonnay #F8C47E
Tints of Chardonnay #F8C47E
RGB
CMYK
RGB Variations
Color information
#F8C47E (or 0xF8C47E) is known color: Chardonnay. HEX triplet: F8, C4 and 7E. RGB value is (248,196,126). Sum of RGB (Red+Green+Blue) = 248+196+126=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 126 (49.61% from 255 or 22.11% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C47E is #073B81. Grayscale: #CBCBCB. Windows color (decimal): -473986 or 8307960. OLE color: 8307960.
HSL color Cylindrical-coordinate representation of color #F8C47E: hue angle of 34.43º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8C47E is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 196 | 126 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.03 |
| HSL | 34.43º | 0.9% | 0.73% | - |
| HSV(B) | 34.43º | 0.49% | 0.97% | - |
| XYZ | 62.22 | 60.94 | 28.22 | - |
| YUV | 203.57 | 84.23 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 196 | 126 | 0 | 0.21 | 0.49 | 0.03 | 34.43 | 0.9 | 0.73 |
| Hex | F8 | C4 | 7E | 0 | 15 | 31 | 3 | 22 | 5A | 49 |
| Octal | 370 | 304 | 176 | 0 | 25 | 61 | 3 | 42 | 132 | 111 |
| Binary | 11111000 | 11000100 | 1111110 | 0 | 10101 | 110001 | 11 | 100010 | 1011010 | 1001001 |
Color Harmonies of #F8C47E
Complementary color
Monochromatic Colors of #F8C47E
Black with #F8C47E
Text Example
Text Example
White with #F8C47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C47E; }
p { color: rgb(248,196,126); }
H1.HeaderClassName
{
color: #F8C47E;
}
.AnyTagClassName
{
color: #F8C47E;
}
</style>
background-color css
<style>
a { background-color: #F8C47E; }
a { background-color: rgb(248,196,126); }
div.DivClassName
{
background-color: #F8C47E;
}
.BgClassName
{
background-color: #F8C47E;
}
</style>
border-color css
<style>
span { border-color: #F8C47E; }
span { border-color: rgb(248,196,126); }
td.TdClassName
{
border-color: #F8C47E;
}
.TagClassName
{
border-color: #F8C47E;
}
</style>