Shades of Chardonnay #F7C575
Tints of Chardonnay #F7C575
RGB
CMYK
RGB Variations
Color information
#F7C575 (or 0xF7C575) is known color: Chardonnay. HEX triplet: F7, C5 and 75. RGB value is (247,197,117). Sum of RGB (Red+Green+Blue) = 247+197+117=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C575 is #083A8A. Grayscale: #CBCBCB. Windows color (decimal): -539275 or 7718391. OLE color: 7718391.
HSL color Cylindrical-coordinate representation of color #F7C575: hue angle of 36.92º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7C575 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 197 | 117 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.03 |
| HSL | 36.92º | 0.89% | 0.71% | - |
| HSV(B) | 36.92º | 0.53% | 0.97% | - |
| XYZ | 61.53 | 60.99 | 25.36 | - |
| YUV | 202.83 | 79.57 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 197 | 117 | 0 | 0.20 | 0.53 | 0.03 | 36.92 | 0.89 | 0.71 |
| Hex | F7 | C5 | 75 | 0 | 14 | 35 | 3 | 25 | 59 | 47 |
| Octal | 367 | 305 | 165 | 0 | 24 | 65 | 3 | 45 | 131 | 107 |
| Binary | 11110111 | 11000101 | 1110101 | 0 | 10100 | 110101 | 11 | 100101 | 1011001 | 1000111 |
Color Harmonies of #F7C575
Complementary color
Monochromatic Colors of #F7C575
Black with #F7C575
Text Example
Text Example
White with #F7C575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C575; }
p { color: rgb(247,197,117); }
H1.HeaderClassName
{
color: #F7C575;
}
.AnyTagClassName
{
color: #F7C575;
}
</style>
background-color css
<style>
a { background-color: #F7C575; }
a { background-color: rgb(247,197,117); }
div.DivClassName
{
background-color: #F7C575;
}
.BgClassName
{
background-color: #F7C575;
}
</style>
border-color css
<style>
span { border-color: #F7C575; }
span { border-color: rgb(247,197,117); }
td.TdClassName
{
border-color: #F7C575;
}
.TagClassName
{
border-color: #F7C575;
}
</style>