Shades of Chardonnay #F6C17A
Tints of Chardonnay #F6C17A
RGB
CMYK
RGB Variations
Color information
#F6C17A (or 0xF6C17A) is known color: Chardonnay. HEX triplet: F6, C1 and 7A. RGB value is (246,193,122). Sum of RGB (Red+Green+Blue) = 246+193+122=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C17A is #093E85. Grayscale: #C9C9C9. Windows color (decimal): -605830 or 8045046. OLE color: 8045046.
HSL color Cylindrical-coordinate representation of color #F6C17A: hue angle of 34.35º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6C17A is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 193 | 122 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.04 |
| HSL | 34.35º | 0.87% | 0.72% | - |
| HSV(B) | 34.35º | 0.5% | 0.96% | - |
| XYZ | 60.59 | 59.14 | 26.63 | - |
| YUV | 200.75 | 83.56 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 193 | 122 | 0 | 0.22 | 0.50 | 0.04 | 34.35 | 0.87 | 0.72 |
| Hex | F6 | C1 | 7A | 0 | 16 | 32 | 4 | 22 | 57 | 48 |
| Octal | 366 | 301 | 172 | 0 | 26 | 62 | 4 | 42 | 127 | 110 |
| Binary | 11110110 | 11000001 | 1111010 | 0 | 10110 | 110010 | 100 | 100010 | 1010111 | 1001000 |
Color Harmonies of #F6C17A
Complementary color
Monochromatic Colors of #F6C17A
Black with #F6C17A
Text Example
Text Example
White with #F6C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C17A; }
p { color: rgb(246,193,122); }
H1.HeaderClassName
{
color: #F6C17A;
}
.AnyTagClassName
{
color: #F6C17A;
}
</style>
background-color css
<style>
a { background-color: #F6C17A; }
a { background-color: rgb(246,193,122); }
div.DivClassName
{
background-color: #F6C17A;
}
.BgClassName
{
background-color: #F6C17A;
}
</style>
border-color css
<style>
span { border-color: #F6C17A; }
span { border-color: rgb(246,193,122); }
td.TdClassName
{
border-color: #F6C17A;
}
.TagClassName
{
border-color: #F6C17A;
}
</style>