Shades of Chardonnay #FAC076
Tints of Chardonnay #FAC076
RGB
CMYK
RGB Variations
Color information
#FAC076 (or 0xFAC076) is known color: Chardonnay. HEX triplet: FA, C0 and 76. RGB value is (250,192,118). Sum of RGB (Red+Green+Blue) = 250+192+118=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 118 (46.48% from 255 or 21.07% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC076 is #053F89. Grayscale: #C9C9C9. Windows color (decimal): -343946 or 7782650. OLE color: 7782650.
HSL color Cylindrical-coordinate representation of color #FAC076: hue angle of 33.64º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAC076 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 118 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.02 |
| HSL | 33.64º | 0.93% | 0.72% | - |
| HSV(B) | 33.64º | 0.53% | 0.98% | - |
| XYZ | 61.54 | 59.33 | 25.35 | - |
| YUV | 200.91 | 81.22 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 118 | 0 | 0.23 | 0.53 | 0.02 | 33.64 | 0.93 | 0.72 |
| Hex | FA | C0 | 76 | 0 | 17 | 35 | 2 | 22 | 5D | 48 |
| Octal | 372 | 300 | 166 | 0 | 27 | 65 | 2 | 42 | 135 | 110 |
| Binary | 11111010 | 11000000 | 1110110 | 0 | 10111 | 110101 | 10 | 100010 | 1011101 | 1001000 |
Color Harmonies of #FAC076
Complementary color
Monochromatic Colors of #FAC076
Black with #FAC076
Text Example
Text Example
White with #FAC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC076; }
p { color: rgb(250,192,118); }
H1.HeaderClassName
{
color: #FAC076;
}
.AnyTagClassName
{
color: #FAC076;
}
</style>
background-color css
<style>
a { background-color: #FAC076; }
a { background-color: rgb(250,192,118); }
div.DivClassName
{
background-color: #FAC076;
}
.BgClassName
{
background-color: #FAC076;
}
</style>
border-color css
<style>
span { border-color: #FAC076; }
span { border-color: rgb(250,192,118); }
td.TdClassName
{
border-color: #FAC076;
}
.TagClassName
{
border-color: #FAC076;
}
</style>