Shades of Chardonnay #F8C37E
Tints of Chardonnay #F8C37E
RGB
CMYK
RGB Variations
Color information
#F8C37E (or 0xF8C37E) is known color: Chardonnay. HEX triplet: F8, C3 and 7E. RGB value is (248,195,126). Sum of RGB (Red+Green+Blue) = 248+195+126=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C37E is #073C81. Grayscale: #CBCBCB. Windows color (decimal): -474242 or 8307704. OLE color: 8307704.
HSL color Cylindrical-coordinate representation of color #F8C37E: hue angle of 33.93º 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 #F8C37E is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 195 | 126 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.03 |
| HSL | 33.93º | 0.9% | 0.73% | - |
| HSV(B) | 33.93º | 0.49% | 0.97% | - |
| XYZ | 61.99 | 60.49 | 28.15 | - |
| YUV | 202.98 | 84.56 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 195 | 126 | 0 | 0.21 | 0.49 | 0.03 | 33.93 | 0.9 | 0.73 |
| Hex | F8 | C3 | 7E | 0 | 15 | 31 | 3 | 22 | 5A | 49 |
| Octal | 370 | 303 | 176 | 0 | 25 | 61 | 3 | 42 | 132 | 111 |
| Binary | 11111000 | 11000011 | 1111110 | 0 | 10101 | 110001 | 11 | 100010 | 1011010 | 1001001 |
Color Harmonies of #F8C37E
Complementary color
Monochromatic Colors of #F8C37E
Black with #F8C37E
Text Example
Text Example
White with #F8C37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C37E; }
p { color: rgb(248,195,126); }
H1.HeaderClassName
{
color: #F8C37E;
}
.AnyTagClassName
{
color: #F8C37E;
}
</style>
background-color css
<style>
a { background-color: #F8C37E; }
a { background-color: rgb(248,195,126); }
div.DivClassName
{
background-color: #F8C37E;
}
.BgClassName
{
background-color: #F8C37E;
}
</style>
border-color css
<style>
span { border-color: #F8C37E; }
span { border-color: rgb(248,195,126); }
td.TdClassName
{
border-color: #F8C37E;
}
.TagClassName
{
border-color: #F8C37E;
}
</style>