Shades of Chardonnay #F2C472
Tints of Chardonnay #F2C472
RGB
CMYK
RGB Variations
Color information
#F2C472 (or 0xF2C472) is known color: Chardonnay. HEX triplet: F2, C4 and 72. RGB value is (242,196,114). Sum of RGB (Red+Green+Blue) = 242+196+114=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 114 (44.92% from 255 or 20.65% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C472 is #0D3B8D. Grayscale: #C8C8C8. Windows color (decimal): -867214 or 7521522. OLE color: 7521522.
HSL color Cylindrical-coordinate representation of color #F2C472: hue angle of 38.44º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F2C472 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 114 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.05 |
| HSL | 38.44º | 0.83% | 0.7% | - |
| HSV(B) | 38.44º | 0.53% | 0.95% | - |
| XYZ | 59.4 | 59.57 | 24.29 | - |
| YUV | 200.41 | 79.24 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 114 | 0 | 0.19 | 0.53 | 0.05 | 38.44 | 0.83 | 0.7 |
| Hex | F2 | C4 | 72 | 0 | 13 | 35 | 5 | 26 | 53 | 46 |
| Octal | 362 | 304 | 162 | 0 | 23 | 65 | 5 | 46 | 123 | 106 |
| Binary | 11110010 | 11000100 | 1110010 | 0 | 10011 | 110101 | 101 | 100110 | 1010011 | 1000110 |
Color Harmonies of #F2C472
Complementary color
Monochromatic Colors of #F2C472
Black with #F2C472
Text Example
Text Example
White with #F2C472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C472; }
p { color: rgb(242,196,114); }
H1.HeaderClassName
{
color: #F2C472;
}
.AnyTagClassName
{
color: #F2C472;
}
</style>
background-color css
<style>
a { background-color: #F2C472; }
a { background-color: rgb(242,196,114); }
div.DivClassName
{
background-color: #F2C472;
}
.BgClassName
{
background-color: #F2C472;
}
</style>
border-color css
<style>
span { border-color: #F2C472; }
span { border-color: rgb(242,196,114); }
td.TdClassName
{
border-color: #F2C472;
}
.TagClassName
{
border-color: #F2C472;
}
</style>