Shades of Chardonnay #F8C373
Tints of Chardonnay #F8C373
RGB
CMYK
RGB Variations
Color information
#F8C373 (or 0xF8C373) is known color: Chardonnay. HEX triplet: F8, C3 and 73. RGB value is (248,195,115). Sum of RGB (Red+Green+Blue) = 248+195+115=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C373 is #073C8C. Grayscale: #CACACA. Windows color (decimal): -474253 or 7586808. OLE color: 7586808.
HSL color Cylindrical-coordinate representation of color #F8C373: hue angle of 36.09º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8C373 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 195 | 115 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.03 |
| HSL | 36.09º | 0.9% | 0.71% | - |
| HSV(B) | 36.09º | 0.54% | 0.97% | - |
| XYZ | 61.32 | 60.22 | 24.61 | - |
| YUV | 201.73 | 79.06 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 195 | 115 | 0 | 0.21 | 0.54 | 0.03 | 36.09 | 0.9 | 0.71 |
| Hex | F8 | C3 | 73 | 0 | 15 | 36 | 3 | 24 | 5A | 47 |
| Octal | 370 | 303 | 163 | 0 | 25 | 66 | 3 | 44 | 132 | 107 |
| Binary | 11111000 | 11000011 | 1110011 | 0 | 10101 | 110110 | 11 | 100100 | 1011010 | 1000111 |
Color Harmonies of #F8C373
Complementary color
Monochromatic Colors of #F8C373
Black with #F8C373
Text Example
Text Example
White with #F8C373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C373; }
p { color: rgb(248,195,115); }
H1.HeaderClassName
{
color: #F8C373;
}
.AnyTagClassName
{
color: #F8C373;
}
</style>
background-color css
<style>
a { background-color: #F8C373; }
a { background-color: rgb(248,195,115); }
div.DivClassName
{
background-color: #F8C373;
}
.BgClassName
{
background-color: #F8C373;
}
</style>
border-color css
<style>
span { border-color: #F8C373; }
span { border-color: rgb(248,195,115); }
td.TdClassName
{
border-color: #F8C373;
}
.TagClassName
{
border-color: #F8C373;
}
</style>