Shades of Chardonnay #F5C37D
Tints of Chardonnay #F5C37D
RGB
CMYK
RGB Variations
Color information
#F5C37D (or 0xF5C37D) is known color: Chardonnay. HEX triplet: F5, C3 and 7D. RGB value is (245,195,125). Sum of RGB (Red+Green+Blue) = 245+195+125=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C37D is #0A3C82. Grayscale: #CACACA. Windows color (decimal): -670851 or 8242165. OLE color: 8242165.
HSL color Cylindrical-coordinate representation of color #F5C37D: hue angle of 35º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5C37D is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 195 | 125 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.04 |
| HSL | 35º | 0.86% | 0.73% | - |
| HSV(B) | 35º | 0.49% | 0.96% | - |
| XYZ | 60.87 | 59.92 | 27.76 | - |
| YUV | 201.97 | 84.57 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 195 | 125 | 0 | 0.20 | 0.49 | 0.04 | 35 | 0.86 | 0.73 |
| Hex | F5 | C3 | 7D | 0 | 14 | 31 | 4 | 23 | 56 | 49 |
| Octal | 365 | 303 | 175 | 0 | 24 | 61 | 4 | 43 | 126 | 111 |
| Binary | 11110101 | 11000011 | 1111101 | 0 | 10100 | 110001 | 100 | 100011 | 1010110 | 1001001 |
Color Harmonies of #F5C37D
Complementary color
Monochromatic Colors of #F5C37D
Black with #F5C37D
Text Example
Text Example
White with #F5C37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C37D; }
p { color: rgb(245,195,125); }
H1.HeaderClassName
{
color: #F5C37D;
}
.AnyTagClassName
{
color: #F5C37D;
}
</style>
background-color css
<style>
a { background-color: #F5C37D; }
a { background-color: rgb(245,195,125); }
div.DivClassName
{
background-color: #F5C37D;
}
.BgClassName
{
background-color: #F5C37D;
}
</style>
border-color css
<style>
span { border-color: #F5C37D; }
span { border-color: rgb(245,195,125); }
td.TdClassName
{
border-color: #F5C37D;
}
.TagClassName
{
border-color: #F5C37D;
}
</style>