Shades of Chardonnay #F5C070
Tints of Chardonnay #F5C070
RGB
CMYK
RGB Variations
Color information
#F5C070 (or 0xF5C070) is known color: Chardonnay. HEX triplet: F5, C0 and 70. RGB value is (245,192,112). Sum of RGB (Red+Green+Blue) = 245+192+112=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C070 is #0A3F8F. Grayscale: #C7C7C7. Windows color (decimal): -671632 or 7389429. OLE color: 7389429.
HSL color Cylindrical-coordinate representation of color #F5C070: hue angle of 36.09º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F5C070 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 192 | 112 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.04 |
| HSL | 36.09º | 0.87% | 0.7% | - |
| HSV(B) | 36.09º | 0.54% | 0.96% | - |
| XYZ | 59.43 | 58.28 | 23.45 | - |
| YUV | 198.73 | 79.06 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 112 | 0 | 0.22 | 0.54 | 0.04 | 36.09 | 0.87 | 0.7 |
| Hex | F5 | C0 | 70 | 0 | 16 | 36 | 4 | 24 | 57 | 46 |
| Octal | 365 | 300 | 160 | 0 | 26 | 66 | 4 | 44 | 127 | 106 |
| Binary | 11110101 | 11000000 | 1110000 | 0 | 10110 | 110110 | 100 | 100100 | 1010111 | 1000110 |
Color Harmonies of #F5C070
Complementary color
Monochromatic Colors of #F5C070
Black with #F5C070
Text Example
Text Example
White with #F5C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C070; }
p { color: rgb(245,192,112); }
H1.HeaderClassName
{
color: #F5C070;
}
.AnyTagClassName
{
color: #F5C070;
}
</style>
background-color css
<style>
a { background-color: #F5C070; }
a { background-color: rgb(245,192,112); }
div.DivClassName
{
background-color: #F5C070;
}
.BgClassName
{
background-color: #F5C070;
}
</style>
border-color css
<style>
span { border-color: #F5C070; }
span { border-color: rgb(245,192,112); }
td.TdClassName
{
border-color: #F5C070;
}
.TagClassName
{
border-color: #F5C070;
}
</style>