Shades of Chardonnay #F5C375
Tints of Chardonnay #F5C375
RGB
CMYK
RGB Variations
Color information
#F5C375 (or 0xF5C375) is known color: Chardonnay. HEX triplet: F5, C3 and 75. RGB value is (245,195,117). Sum of RGB (Red+Green+Blue) = 245+195+117=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C375 is #0A3C8A. Grayscale: #C9C9C9. Windows color (decimal): -670859 or 7717877. OLE color: 7717877.
HSL color Cylindrical-coordinate representation of color #F5C375: hue angle of 36.56º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5C375 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 195 | 117 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.04 |
| HSL | 36.56º | 0.86% | 0.71% | - |
| HSV(B) | 36.56º | 0.52% | 0.96% | - |
| XYZ | 60.38 | 59.73 | 25.18 | - |
| YUV | 201.06 | 80.57 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 195 | 117 | 0 | 0.20 | 0.52 | 0.04 | 36.56 | 0.86 | 0.71 |
| Hex | F5 | C3 | 75 | 0 | 14 | 34 | 4 | 25 | 56 | 47 |
| Octal | 365 | 303 | 165 | 0 | 24 | 64 | 4 | 45 | 126 | 107 |
| Binary | 11110101 | 11000011 | 1110101 | 0 | 10100 | 110100 | 100 | 100101 | 1010110 | 1000111 |
Color Harmonies of #F5C375
Complementary color
Monochromatic Colors of #F5C375
Black with #F5C375
Text Example
Text Example
White with #F5C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C375; }
p { color: rgb(245,195,117); }
H1.HeaderClassName
{
color: #F5C375;
}
.AnyTagClassName
{
color: #F5C375;
}
</style>
background-color css
<style>
a { background-color: #F5C375; }
a { background-color: rgb(245,195,117); }
div.DivClassName
{
background-color: #F5C375;
}
.BgClassName
{
background-color: #F5C375;
}
</style>
border-color css
<style>
span { border-color: #F5C375; }
span { border-color: rgb(245,195,117); }
td.TdClassName
{
border-color: #F5C375;
}
.TagClassName
{
border-color: #F5C375;
}
</style>