Shades of Chardonnay #FAC977
Tints of Chardonnay #FAC977
RGB
CMYK
RGB Variations
Color information
#FAC977 (or 0xFAC977) is known color: Chardonnay. HEX triplet: FA, C9 and 77. RGB value is (250,201,119). Sum of RGB (Red+Green+Blue) = 250+201+119=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 119 (46.88% from 255 or 20.88% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC977 is #053688. Grayscale: #CECECE. Windows color (decimal): -341641 or 7850490. OLE color: 7850490.
HSL color Cylindrical-coordinate representation of color #FAC977: hue angle of 37.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAC977 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 119 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.02 |
| HSL | 37.56º | 0.93% | 0.72% | - |
| HSV(B) | 37.56º | 0.52% | 0.98% | - |
| XYZ | 63.64 | 63.43 | 26.34 | - |
| YUV | 206.3 | 78.73 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 119 | 0 | 0.20 | 0.52 | 0.02 | 37.56 | 0.93 | 0.72 |
| Hex | FA | C9 | 77 | 0 | 14 | 34 | 2 | 26 | 5D | 48 |
| Octal | 372 | 311 | 167 | 0 | 24 | 64 | 2 | 46 | 135 | 110 |
| Binary | 11111010 | 11001001 | 1110111 | 0 | 10100 | 110100 | 10 | 100110 | 1011101 | 1001000 |
Color Harmonies of #FAC977
Complementary color
Monochromatic Colors of #FAC977
Black with #FAC977
Text Example
Text Example
White with #FAC977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC977; }
p { color: rgb(250,201,119); }
H1.HeaderClassName
{
color: #FAC977;
}
.AnyTagClassName
{
color: #FAC977;
}
</style>
background-color css
<style>
a { background-color: #FAC977; }
a { background-color: rgb(250,201,119); }
div.DivClassName
{
background-color: #FAC977;
}
.BgClassName
{
background-color: #FAC977;
}
</style>
border-color css
<style>
span { border-color: #FAC977; }
span { border-color: rgb(250,201,119); }
td.TdClassName
{
border-color: #FAC977;
}
.TagClassName
{
border-color: #FAC977;
}
</style>