Shades of Chardonnay #F8C67E
Tints of Chardonnay #F8C67E
RGB
CMYK
RGB Variations
Color information
#F8C67E (or 0xF8C67E) is known color: Chardonnay. HEX triplet: F8, C6 and 7E. RGB value is (248,198,126). Sum of RGB (Red+Green+Blue) = 248+198+126=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 126 (49.61% from 255 or 22.03% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C67E is #073981. Grayscale: #CDCDCD. Windows color (decimal): -473474 or 8308472. OLE color: 8308472.
HSL color Cylindrical-coordinate representation of color #F8C67E: hue angle of 35.41º 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 #F8C67E is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 126 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.03 |
| HSL | 35.41º | 0.9% | 0.73% | - |
| HSV(B) | 35.41º | 0.49% | 0.97% | - |
| XYZ | 62.67 | 61.85 | 28.37 | - |
| YUV | 204.74 | 83.57 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 126 | 0 | 0.20 | 0.49 | 0.03 | 35.41 | 0.9 | 0.73 |
| Hex | F8 | C6 | 7E | 0 | 14 | 31 | 3 | 23 | 5A | 49 |
| Octal | 370 | 306 | 176 | 0 | 24 | 61 | 3 | 43 | 132 | 111 |
| Binary | 11111000 | 11000110 | 1111110 | 0 | 10100 | 110001 | 11 | 100011 | 1011010 | 1001001 |
Color Harmonies of #F8C67E
Complementary color
Monochromatic Colors of #F8C67E
Black with #F8C67E
Text Example
Text Example
White with #F8C67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C67E; }
p { color: rgb(248,198,126); }
H1.HeaderClassName
{
color: #F8C67E;
}
.AnyTagClassName
{
color: #F8C67E;
}
</style>
background-color css
<style>
a { background-color: #F8C67E; }
a { background-color: rgb(248,198,126); }
div.DivClassName
{
background-color: #F8C67E;
}
.BgClassName
{
background-color: #F8C67E;
}
</style>
border-color css
<style>
span { border-color: #F8C67E; }
span { border-color: rgb(248,198,126); }
td.TdClassName
{
border-color: #F8C67E;
}
.TagClassName
{
border-color: #F8C67E;
}
</style>