Shades of Chardonnay #F5C17E
Tints of Chardonnay #F5C17E
RGB
CMYK
RGB Variations
Color information
#F5C17E (or 0xF5C17E) is known color: Chardonnay. HEX triplet: F5, C1 and 7E. RGB value is (245,193,126). Sum of RGB (Red+Green+Blue) = 245+193+126=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 126 (49.61% from 255 or 22.34% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C17E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C17E is #0A3E81. Grayscale: #C9C9C9. Windows color (decimal): -671362 or 8307189. OLE color: 8307189.
HSL color Cylindrical-coordinate representation of color #F5C17E: hue angle of 33.78º 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 #F5C17E is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 126 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.04 |
| HSL | 33.78º | 0.86% | 0.73% | - |
| HSV(B) | 33.78º | 0.49% | 0.96% | - |
| XYZ | 60.49 | 59.06 | 27.95 | - |
| YUV | 200.91 | 85.73 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 126 | 0 | 0.21 | 0.49 | 0.04 | 33.78 | 0.86 | 0.73 |
| Hex | F5 | C1 | 7E | 0 | 15 | 31 | 4 | 22 | 56 | 49 |
| Octal | 365 | 301 | 176 | 0 | 25 | 61 | 4 | 42 | 126 | 111 |
| Binary | 11110101 | 11000001 | 1111110 | 0 | 10101 | 110001 | 100 | 100010 | 1010110 | 1001001 |
Color Harmonies of #F5C17E
Complementary color
Monochromatic Colors of #F5C17E
Black with #F5C17E
Text Example
Text Example
White with #F5C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C17E; }
p { color: rgb(245,193,126); }
H1.HeaderClassName
{
color: #F5C17E;
}
.AnyTagClassName
{
color: #F5C17E;
}
</style>
background-color css
<style>
a { background-color: #F5C17E; }
a { background-color: rgb(245,193,126); }
div.DivClassName
{
background-color: #F5C17E;
}
.BgClassName
{
background-color: #F5C17E;
}
</style>
border-color css
<style>
span { border-color: #F5C17E; }
span { border-color: rgb(245,193,126); }
td.TdClassName
{
border-color: #F5C17E;
}
.TagClassName
{
border-color: #F5C17E;
}
</style>