Shades of Chardonnay #F7C072
Tints of Chardonnay #F7C072
RGB
CMYK
RGB Variations
Color information
#F7C072 (or 0xF7C072) is known color: Chardonnay. HEX triplet: F7, C0 and 72. RGB value is (247,192,114). Sum of RGB (Red+Green+Blue) = 247+192+114=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C072 is #083F8D. Grayscale: #C7C7C7. Windows color (decimal): -540558 or 7520503. OLE color: 7520503.
HSL color Cylindrical-coordinate representation of color #F7C072: hue angle of 35.19º degrees, saturation: 0.89, 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 #F7C072 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 192 | 114 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.03 |
| HSL | 35.19º | 0.89% | 0.71% | - |
| HSV(B) | 35.19º | 0.54% | 0.97% | - |
| XYZ | 60.24 | 58.69 | 24.07 | - |
| YUV | 199.55 | 79.72 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 192 | 114 | 0 | 0.22 | 0.54 | 0.03 | 35.19 | 0.89 | 0.71 |
| Hex | F7 | C0 | 72 | 0 | 16 | 36 | 3 | 23 | 59 | 47 |
| Octal | 367 | 300 | 162 | 0 | 26 | 66 | 3 | 43 | 131 | 107 |
| Binary | 11110111 | 11000000 | 1110010 | 0 | 10110 | 110110 | 11 | 100011 | 1011001 | 1000111 |
Color Harmonies of #F7C072
Complementary color
Monochromatic Colors of #F7C072
Black with #F7C072
Text Example
Text Example
White with #F7C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C072; }
p { color: rgb(247,192,114); }
H1.HeaderClassName
{
color: #F7C072;
}
.AnyTagClassName
{
color: #F7C072;
}
</style>
background-color css
<style>
a { background-color: #F7C072; }
a { background-color: rgb(247,192,114); }
div.DivClassName
{
background-color: #F7C072;
}
.BgClassName
{
background-color: #F7C072;
}
</style>
border-color css
<style>
span { border-color: #F7C072; }
span { border-color: rgb(247,192,114); }
td.TdClassName
{
border-color: #F7C072;
}
.TagClassName
{
border-color: #F7C072;
}
</style>