Shades of Chardonnay #F6C875
Tints of Chardonnay #F6C875
RGB
CMYK
RGB Variations
Color information
#F6C875 (or 0xF6C875) is known color: Chardonnay. HEX triplet: F6, C8 and 75. RGB value is (246,200,117). Sum of RGB (Red+Green+Blue) = 246+200+117=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C875 is #09378A. Grayscale: #CCCCCC. Windows color (decimal): -604043 or 7719158. OLE color: 7719158.
HSL color Cylindrical-coordinate representation of color #F6C875: hue angle of 38.6º 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 #F6C875 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 200 | 117 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.04 |
| HSL | 38.6º | 0.88% | 0.71% | - |
| HSV(B) | 38.6º | 0.52% | 0.96% | - |
| XYZ | 61.87 | 62.19 | 25.57 | - |
| YUV | 204.29 | 78.74 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 117 | 0 | 0.19 | 0.52 | 0.04 | 38.6 | 0.88 | 0.71 |
| Hex | F6 | C8 | 75 | 0 | 13 | 34 | 4 | 27 | 58 | 47 |
| Octal | 366 | 310 | 165 | 0 | 23 | 64 | 4 | 47 | 130 | 107 |
| Binary | 11110110 | 11001000 | 1110101 | 0 | 10011 | 110100 | 100 | 100111 | 1011000 | 1000111 |
Color Harmonies of #F6C875
Complementary color
Monochromatic Colors of #F6C875
Black with #F6C875
Text Example
Text Example
White with #F6C875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C875; }
p { color: rgb(246,200,117); }
H1.HeaderClassName
{
color: #F6C875;
}
.AnyTagClassName
{
color: #F6C875;
}
</style>
background-color css
<style>
a { background-color: #F6C875; }
a { background-color: rgb(246,200,117); }
div.DivClassName
{
background-color: #F6C875;
}
.BgClassName
{
background-color: #F6C875;
}
</style>
border-color css
<style>
span { border-color: #F6C875; }
span { border-color: rgb(246,200,117); }
td.TdClassName
{
border-color: #F6C875;
}
.TagClassName
{
border-color: #F6C875;
}
</style>