Shades of Chardonnay #F3C073
Tints of Chardonnay #F3C073
RGB
CMYK
RGB Variations
Color information
#F3C073 (or 0xF3C073) is known color: Chardonnay. HEX triplet: F3, C0 and 73. RGB value is (243,192,115). Sum of RGB (Red+Green+Blue) = 243+192+115=550 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.18% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 115 (45.31% from 255 or 20.91% from 550); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C073 is #0C3F8C. Grayscale: #C6C6C6. Windows color (decimal): -802701 or 7586035. OLE color: 7586035.
HSL color Cylindrical-coordinate representation of color #F3C073: hue angle of 36.09º degrees, saturation: 0.84, 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 #F3C073 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 115 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.05 |
| HSL | 36.09º | 0.84% | 0.7% | - |
| HSV(B) | 36.09º | 0.53% | 0.95% | - |
| XYZ | 58.91 | 57.99 | 24.31 | - |
| YUV | 198.47 | 80.9 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 115 | 0 | 0.21 | 0.53 | 0.05 | 36.09 | 0.84 | 0.7 |
| Hex | F3 | C0 | 73 | 0 | 15 | 35 | 5 | 24 | 54 | 46 |
| Octal | 363 | 300 | 163 | 0 | 25 | 65 | 5 | 44 | 124 | 106 |
| Binary | 11110011 | 11000000 | 1110011 | 0 | 10101 | 110101 | 101 | 100100 | 1010100 | 1000110 |
Color Harmonies of #F3C073
Complementary color
Monochromatic Colors of #F3C073
Black with #F3C073
Text Example
Text Example
White with #F3C073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C073; }
p { color: rgb(243,192,115); }
H1.HeaderClassName
{
color: #F3C073;
}
.AnyTagClassName
{
color: #F3C073;
}
</style>
background-color css
<style>
a { background-color: #F3C073; }
a { background-color: rgb(243,192,115); }
div.DivClassName
{
background-color: #F3C073;
}
.BgClassName
{
background-color: #F3C073;
}
</style>
border-color css
<style>
span { border-color: #F3C073; }
span { border-color: rgb(243,192,115); }
td.TdClassName
{
border-color: #F3C073;
}
.TagClassName
{
border-color: #F3C073;
}
</style>