Shades of Chardonnay #F5C271
Tints of Chardonnay #F5C271
RGB
CMYK
RGB Variations
Color information
#F5C271 (or 0xF5C271) is known color: Chardonnay. HEX triplet: F5, C2 and 71. RGB value is (245,194,113). Sum of RGB (Red+Green+Blue) = 245+194+113=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 113 (44.53% from 255 or 20.47% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C271 is #0A3D8E. Grayscale: #C8C8C8. Windows color (decimal): -671119 or 7455477. OLE color: 7455477.
HSL color Cylindrical-coordinate representation of color #F5C271: hue angle of 36.82º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F5C271 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 194 | 113 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.04 |
| HSL | 36.82º | 0.87% | 0.7% | - |
| HSV(B) | 36.82º | 0.54% | 0.96% | - |
| XYZ | 59.93 | 59.19 | 23.89 | - |
| YUV | 200.02 | 78.9 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 194 | 113 | 0 | 0.21 | 0.54 | 0.04 | 36.82 | 0.87 | 0.7 |
| Hex | F5 | C2 | 71 | 0 | 15 | 36 | 4 | 25 | 57 | 46 |
| Octal | 365 | 302 | 161 | 0 | 25 | 66 | 4 | 45 | 127 | 106 |
| Binary | 11110101 | 11000010 | 1110001 | 0 | 10101 | 110110 | 100 | 100101 | 1010111 | 1000110 |
Color Harmonies of #F5C271
Complementary color
Monochromatic Colors of #F5C271
Black with #F5C271
Text Example
Text Example
White with #F5C271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C271; }
p { color: rgb(245,194,113); }
H1.HeaderClassName
{
color: #F5C271;
}
.AnyTagClassName
{
color: #F5C271;
}
</style>
background-color css
<style>
a { background-color: #F5C271; }
a { background-color: rgb(245,194,113); }
div.DivClassName
{
background-color: #F5C271;
}
.BgClassName
{
background-color: #F5C271;
}
</style>
border-color css
<style>
span { border-color: #F5C271; }
span { border-color: rgb(245,194,113); }
td.TdClassName
{
border-color: #F5C271;
}
.TagClassName
{
border-color: #F5C271;
}
</style>