Shades of Chardonnay #F3C375
Tints of Chardonnay #F3C375
RGB
CMYK
RGB Variations
Color information
#F3C375 (or 0xF3C375) is known color: Chardonnay. HEX triplet: F3, C3 and 75. RGB value is (243,195,117). Sum of RGB (Red+Green+Blue) = 243+195+117=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C375 is #0C3C8A. Grayscale: #C8C8C8. Windows color (decimal): -801931 or 7717875. OLE color: 7717875.
HSL color Cylindrical-coordinate representation of color #F3C375: hue angle of 37.14º 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 #F3C375 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 117 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.05 |
| HSL | 37.14º | 0.84% | 0.71% | - |
| HSV(B) | 37.14º | 0.52% | 0.95% | - |
| XYZ | 59.69 | 59.37 | 25.14 | - |
| YUV | 200.46 | 80.9 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 117 | 0 | 0.20 | 0.52 | 0.05 | 37.14 | 0.84 | 0.71 |
| Hex | F3 | C3 | 75 | 0 | 14 | 34 | 5 | 25 | 54 | 47 |
| Octal | 363 | 303 | 165 | 0 | 24 | 64 | 5 | 45 | 124 | 107 |
| Binary | 11110011 | 11000011 | 1110101 | 0 | 10100 | 110100 | 101 | 100101 | 1010100 | 1000111 |
Color Harmonies of #F3C375
Complementary color
Monochromatic Colors of #F3C375
Black with #F3C375
Text Example
Text Example
White with #F3C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C375; }
p { color: rgb(243,195,117); }
H1.HeaderClassName
{
color: #F3C375;
}
.AnyTagClassName
{
color: #F3C375;
}
</style>
background-color css
<style>
a { background-color: #F3C375; }
a { background-color: rgb(243,195,117); }
div.DivClassName
{
background-color: #F3C375;
}
.BgClassName
{
background-color: #F3C375;
}
</style>
border-color css
<style>
span { border-color: #F3C375; }
span { border-color: rgb(243,195,117); }
td.TdClassName
{
border-color: #F3C375;
}
.TagClassName
{
border-color: #F3C375;
}
</style>