Shades of Chardonnay #F8C072
Tints of Chardonnay #F8C072
RGB
CMYK
RGB Variations
Color information
#F8C072 (or 0xF8C072) is known color: Chardonnay. HEX triplet: F8, C0 and 72. RGB value is (248,192,114). Sum of RGB (Red+Green+Blue) = 248+192+114=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C072 is #073F8D. Grayscale: #C8C8C8. Windows color (decimal): -475022 or 7520504. OLE color: 7520504.
HSL color Cylindrical-coordinate representation of color #F8C072: hue angle of 34.93º degrees, saturation: 0.91, 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 #F8C072 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 114 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.03 |
| HSL | 34.93º | 0.91% | 0.71% | - |
| HSV(B) | 34.93º | 0.54% | 0.97% | - |
| XYZ | 60.6 | 58.87 | 24.09 | - |
| YUV | 199.85 | 79.55 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 114 | 0 | 0.23 | 0.54 | 0.03 | 34.93 | 0.91 | 0.71 |
| Hex | F8 | C0 | 72 | 0 | 17 | 36 | 3 | 23 | 5B | 47 |
| Octal | 370 | 300 | 162 | 0 | 27 | 66 | 3 | 43 | 133 | 107 |
| Binary | 11111000 | 11000000 | 1110010 | 0 | 10111 | 110110 | 11 | 100011 | 1011011 | 1000111 |
Color Harmonies of #F8C072
Complementary color
Monochromatic Colors of #F8C072
Black with #F8C072
Text Example
Text Example
White with #F8C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C072; }
p { color: rgb(248,192,114); }
H1.HeaderClassName
{
color: #F8C072;
}
.AnyTagClassName
{
color: #F8C072;
}
</style>
background-color css
<style>
a { background-color: #F8C072; }
a { background-color: rgb(248,192,114); }
div.DivClassName
{
background-color: #F8C072;
}
.BgClassName
{
background-color: #F8C072;
}
</style>
border-color css
<style>
span { border-color: #F8C072; }
span { border-color: rgb(248,192,114); }
td.TdClassName
{
border-color: #F8C072;
}
.TagClassName
{
border-color: #F8C072;
}
</style>