Shades of Chardonnay #FAC16E
Tints of Chardonnay #FAC16E
RGB
CMYK
RGB Variations
Color information
#FAC16E (or 0xFAC16E) is known color: Chardonnay. HEX triplet: FA, C1 and 6E. RGB value is (250,193,110). Sum of RGB (Red+Green+Blue) = 250+193+110=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 110 (43.36% from 255 or 19.89% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC16E is #053E91. Grayscale: #C8C8C8. Windows color (decimal): -343698 or 7258618. OLE color: 7258618.
HSL color Cylindrical-coordinate representation of color #FAC16E: hue angle of 35.57º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAC16E is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 110 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.02 |
| HSL | 35.57º | 0.93% | 0.71% | - |
| HSV(B) | 35.57º | 0.56% | 0.98% | - |
| XYZ | 61.31 | 59.59 | 23.02 | - |
| YUV | 200.58 | 76.88 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 110 | 0 | 0.23 | 0.56 | 0.02 | 35.57 | 0.93 | 0.71 |
| Hex | FA | C1 | 6E | 0 | 17 | 38 | 2 | 24 | 5D | 47 |
| Octal | 372 | 301 | 156 | 0 | 27 | 70 | 2 | 44 | 135 | 107 |
| Binary | 11111010 | 11000001 | 1101110 | 0 | 10111 | 111000 | 10 | 100100 | 1011101 | 1000111 |
Color Harmonies of #FAC16E
Complementary color
Monochromatic Colors of #FAC16E
Black with #FAC16E
Text Example
Text Example
White with #FAC16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC16E; }
p { color: rgb(250,193,110); }
H1.HeaderClassName
{
color: #FAC16E;
}
.AnyTagClassName
{
color: #FAC16E;
}
</style>
background-color css
<style>
a { background-color: #FAC16E; }
a { background-color: rgb(250,193,110); }
div.DivClassName
{
background-color: #FAC16E;
}
.BgClassName
{
background-color: #FAC16E;
}
</style>
border-color css
<style>
span { border-color: #FAC16E; }
span { border-color: rgb(250,193,110); }
td.TdClassName
{
border-color: #FAC16E;
}
.TagClassName
{
border-color: #FAC16E;
}
</style>