Shades of Chardonnay #F3C075
Tints of Chardonnay #F3C075
RGB
CMYK
RGB Variations
Color information
#F3C075 (or 0xF3C075) is known color: Chardonnay. HEX triplet: F3, C0 and 75. RGB value is (243,192,117). Sum of RGB (Red+Green+Blue) = 243+192+117=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C075 is #0C3F8A. Grayscale: #C7C7C7. Windows color (decimal): -802699 or 7717107. OLE color: 7717107.
HSL color Cylindrical-coordinate representation of color #F3C075: hue angle of 35.71º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F3C075 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 117 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.05 |
| HSL | 35.71º | 0.84% | 0.71% | - |
| HSV(B) | 35.71º | 0.52% | 0.95% | - |
| XYZ | 59.02 | 58.04 | 24.92 | - |
| YUV | 198.7 | 81.9 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 117 | 0 | 0.21 | 0.52 | 0.05 | 35.71 | 0.84 | 0.71 |
| Hex | F3 | C0 | 75 | 0 | 15 | 34 | 5 | 24 | 54 | 47 |
| Octal | 363 | 300 | 165 | 0 | 25 | 64 | 5 | 44 | 124 | 107 |
| Binary | 11110011 | 11000000 | 1110101 | 0 | 10101 | 110100 | 101 | 100100 | 1010100 | 1000111 |
Color Harmonies of #F3C075
Complementary color
Monochromatic Colors of #F3C075
Black with #F3C075
Text Example
Text Example
White with #F3C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C075; }
p { color: rgb(243,192,117); }
H1.HeaderClassName
{
color: #F3C075;
}
.AnyTagClassName
{
color: #F3C075;
}
</style>
background-color css
<style>
a { background-color: #F3C075; }
a { background-color: rgb(243,192,117); }
div.DivClassName
{
background-color: #F3C075;
}
.BgClassName
{
background-color: #F3C075;
}
</style>
border-color css
<style>
span { border-color: #F3C075; }
span { border-color: rgb(243,192,117); }
td.TdClassName
{
border-color: #F3C075;
}
.TagClassName
{
border-color: #F3C075;
}
</style>