Shades of Chardonnay #F5C27C
Tints of Chardonnay #F5C27C
RGB
CMYK
RGB Variations
Color information
#F5C27C (or 0xF5C27C) is known color: Chardonnay. HEX triplet: F5, C2 and 7C. RGB value is (245,194,124). Sum of RGB (Red+Green+Blue) = 245+194+124=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 124 (48.83% from 255 or 22.02% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C27C is #0A3D83. Grayscale: #C9C9C9. Windows color (decimal): -671108 or 8176373. OLE color: 8176373.
HSL color Cylindrical-coordinate representation of color #F5C27C: hue angle of 34.71º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5C27C is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 194 | 124 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.04 |
| HSL | 34.71º | 0.86% | 0.72% | - |
| HSV(B) | 34.71º | 0.49% | 0.96% | - |
| XYZ | 60.59 | 59.45 | 27.35 | - |
| YUV | 201.27 | 84.4 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 194 | 124 | 0 | 0.21 | 0.49 | 0.04 | 34.71 | 0.86 | 0.72 |
| Hex | F5 | C2 | 7C | 0 | 15 | 31 | 4 | 23 | 56 | 48 |
| Octal | 365 | 302 | 174 | 0 | 25 | 61 | 4 | 43 | 126 | 110 |
| Binary | 11110101 | 11000010 | 1111100 | 0 | 10101 | 110001 | 100 | 100011 | 1010110 | 1001000 |
Color Harmonies of #F5C27C
Complementary color
Monochromatic Colors of #F5C27C
Black with #F5C27C
Text Example
Text Example
White with #F5C27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C27C; }
p { color: rgb(245,194,124); }
H1.HeaderClassName
{
color: #F5C27C;
}
.AnyTagClassName
{
color: #F5C27C;
}
</style>
background-color css
<style>
a { background-color: #F5C27C; }
a { background-color: rgb(245,194,124); }
div.DivClassName
{
background-color: #F5C27C;
}
.BgClassName
{
background-color: #F5C27C;
}
</style>
border-color css
<style>
span { border-color: #F5C27C; }
span { border-color: rgb(245,194,124); }
td.TdClassName
{
border-color: #F5C27C;
}
.TagClassName
{
border-color: #F5C27C;
}
</style>