Shades of Chardonnay #F6C075
Tints of Chardonnay #F6C075
RGB
CMYK
RGB Variations
Color information
#F6C075 (or 0xF6C075) is known color: Chardonnay. HEX triplet: F6, C0 and 75. RGB value is (246,192,117). Sum of RGB (Red+Green+Blue) = 246+192+117=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C075 is #093F8A. Grayscale: #C7C7C7. Windows color (decimal): -606091 or 7717110. OLE color: 7717110.
HSL color Cylindrical-coordinate representation of color #F6C075: hue angle of 34.88º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F6C075 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 192 | 117 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.04 |
| HSL | 34.88º | 0.88% | 0.71% | - |
| HSV(B) | 34.88º | 0.52% | 0.96% | - |
| XYZ | 60.07 | 58.58 | 24.97 | - |
| YUV | 199.6 | 81.39 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 192 | 117 | 0 | 0.22 | 0.52 | 0.04 | 34.88 | 0.88 | 0.71 |
| Hex | F6 | C0 | 75 | 0 | 16 | 34 | 4 | 23 | 58 | 47 |
| Octal | 366 | 300 | 165 | 0 | 26 | 64 | 4 | 43 | 130 | 107 |
| Binary | 11110110 | 11000000 | 1110101 | 0 | 10110 | 110100 | 100 | 100011 | 1011000 | 1000111 |
Color Harmonies of #F6C075
Complementary color
Monochromatic Colors of #F6C075
Black with #F6C075
Text Example
Text Example
White with #F6C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C075; }
p { color: rgb(246,192,117); }
H1.HeaderClassName
{
color: #F6C075;
}
.AnyTagClassName
{
color: #F6C075;
}
</style>
background-color css
<style>
a { background-color: #F6C075; }
a { background-color: rgb(246,192,117); }
div.DivClassName
{
background-color: #F6C075;
}
.BgClassName
{
background-color: #F6C075;
}
</style>
border-color css
<style>
span { border-color: #F6C075; }
span { border-color: rgb(246,192,117); }
td.TdClassName
{
border-color: #F6C075;
}
.TagClassName
{
border-color: #F6C075;
}
</style>