Shades of Chardonnay #FAC17E
Tints of Chardonnay #FAC17E
RGB
CMYK
RGB Variations
Color information
#FAC17E (or 0xFAC17E) is known color: Chardonnay. HEX triplet: FA, C1 and 7E. RGB value is (250,193,126). Sum of RGB (Red+Green+Blue) = 250+193+126=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC17E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC17E is #053E81. Grayscale: #CACACA. Windows color (decimal): -343682 or 8307194. OLE color: 8307194.
HSL color Cylindrical-coordinate representation of color #FAC17E: hue angle of 32.42º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAC17E is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 126 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.02 |
| HSL | 32.42º | 0.93% | 0.74% | - |
| HSV(B) | 32.42º | 0.5% | 0.98% | - |
| XYZ | 62.26 | 59.97 | 28.03 | - |
| YUV | 202.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 126 | 0 | 0.23 | 0.50 | 0.02 | 32.42 | 0.93 | 0.74 |
| Hex | FA | C1 | 7E | 0 | 17 | 32 | 2 | 20 | 5D | 4A |
| Octal | 372 | 301 | 176 | 0 | 27 | 62 | 2 | 40 | 135 | 112 |
| Binary | 11111010 | 11000001 | 1111110 | 0 | 10111 | 110010 | 10 | 100000 | 1011101 | 1001010 |
Color Harmonies of #FAC17E
Complementary color
Monochromatic Colors of #FAC17E
Black with #FAC17E
Text Example
Text Example
White with #FAC17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC17E; }
p { color: rgb(250,193,126); }
H1.HeaderClassName
{
color: #FAC17E;
}
.AnyTagClassName
{
color: #FAC17E;
}
</style>
background-color css
<style>
a { background-color: #FAC17E; }
a { background-color: rgb(250,193,126); }
div.DivClassName
{
background-color: #FAC17E;
}
.BgClassName
{
background-color: #FAC17E;
}
</style>
border-color css
<style>
span { border-color: #FAC17E; }
span { border-color: rgb(250,193,126); }
td.TdClassName
{
border-color: #FAC17E;
}
.TagClassName
{
border-color: #FAC17E;
}
</style>