Shades of Chardonnay #F2C575
Tints of Chardonnay #F2C575
RGB
CMYK
RGB Variations
Color information
#F2C575 (or 0xF2C575) is known color: Chardonnay. HEX triplet: F2, C5 and 75. RGB value is (242,197,117). Sum of RGB (Red+Green+Blue) = 242+197+117=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 117 (46.09% from 255 or 21.04% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C575 is #0D3A8A. Grayscale: #C9C9C9. Windows color (decimal): -866955 or 7718386. OLE color: 7718386.
HSL color Cylindrical-coordinate representation of color #F2C575: hue angle of 38.4º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2C575 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 117 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.05 |
| HSL | 38.4º | 0.83% | 0.7% | - |
| HSV(B) | 38.4º | 0.52% | 0.95% | - |
| XYZ | 59.8 | 60.09 | 25.28 | - |
| YUV | 201.34 | 80.41 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 117 | 0 | 0.19 | 0.52 | 0.05 | 38.4 | 0.83 | 0.7 |
| Hex | F2 | C5 | 75 | 0 | 13 | 34 | 5 | 26 | 53 | 46 |
| Octal | 362 | 305 | 165 | 0 | 23 | 64 | 5 | 46 | 123 | 106 |
| Binary | 11110010 | 11000101 | 1110101 | 0 | 10011 | 110100 | 101 | 100110 | 1010011 | 1000110 |
Color Harmonies of #F2C575
Complementary color
Monochromatic Colors of #F2C575
Black with #F2C575
Text Example
Text Example
White with #F2C575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C575; }
p { color: rgb(242,197,117); }
H1.HeaderClassName
{
color: #F2C575;
}
.AnyTagClassName
{
color: #F2C575;
}
</style>
background-color css
<style>
a { background-color: #F2C575; }
a { background-color: rgb(242,197,117); }
div.DivClassName
{
background-color: #F2C575;
}
.BgClassName
{
background-color: #F2C575;
}
</style>
border-color css
<style>
span { border-color: #F2C575; }
span { border-color: rgb(242,197,117); }
td.TdClassName
{
border-color: #F2C575;
}
.TagClassName
{
border-color: #F2C575;
}
</style>