Shades of Chardonnay #F3C474
Tints of Chardonnay #F3C474
RGB
CMYK
RGB Variations
Color information
#F3C474 (or 0xF3C474) is known color: Chardonnay. HEX triplet: F3, C4 and 74. RGB value is (243,196,116). Sum of RGB (Red+Green+Blue) = 243+196+116=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C474 is #0C3B8B. Grayscale: #C9C9C9. Windows color (decimal): -801676 or 7652595. OLE color: 7652595.
HSL color Cylindrical-coordinate representation of color #F3C474: hue angle of 37.8º degrees, saturation: 0.84, 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 #F3C474 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 196 | 116 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.05 |
| HSL | 37.8º | 0.84% | 0.7% | - |
| HSV(B) | 37.8º | 0.52% | 0.95% | - |
| XYZ | 59.85 | 59.8 | 24.91 | - |
| YUV | 200.93 | 80.07 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 196 | 116 | 0 | 0.19 | 0.52 | 0.05 | 37.8 | 0.84 | 0.7 |
| Hex | F3 | C4 | 74 | 0 | 13 | 34 | 5 | 26 | 54 | 46 |
| Octal | 363 | 304 | 164 | 0 | 23 | 64 | 5 | 46 | 124 | 106 |
| Binary | 11110011 | 11000100 | 1110100 | 0 | 10011 | 110100 | 101 | 100110 | 1010100 | 1000110 |
Color Harmonies of #F3C474
Complementary color
Monochromatic Colors of #F3C474
Black with #F3C474
Text Example
Text Example
White with #F3C474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C474; }
p { color: rgb(243,196,116); }
H1.HeaderClassName
{
color: #F3C474;
}
.AnyTagClassName
{
color: #F3C474;
}
</style>
background-color css
<style>
a { background-color: #F3C474; }
a { background-color: rgb(243,196,116); }
div.DivClassName
{
background-color: #F3C474;
}
.BgClassName
{
background-color: #F3C474;
}
</style>
border-color css
<style>
span { border-color: #F3C474; }
span { border-color: rgb(243,196,116); }
td.TdClassName
{
border-color: #F3C474;
}
.TagClassName
{
border-color: #F3C474;
}
</style>