Shades of Chardonnay #FAC777
Tints of Chardonnay #FAC777
RGB
CMYK
RGB Variations
Color information
#FAC777 (or 0xFAC777) is known color: Chardonnay. HEX triplet: FA, C7 and 77. RGB value is (250,199,119). Sum of RGB (Red+Green+Blue) = 250+199+119=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 199 (78.12% from 255 or 35.04% from 568); Blue value is 119 (46.88% from 255 or 20.95% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC777 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC777 is #053888. Grayscale: #CDCDCD. Windows color (decimal): -342153 or 7849978. OLE color: 7849978.
HSL color Cylindrical-coordinate representation of color #FAC777: hue angle of 36.64º 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 #FAC777 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 119 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.02 |
| HSL | 36.64º | 0.93% | 0.72% | - |
| HSV(B) | 36.64º | 0.52% | 0.98% | - |
| XYZ | 63.18 | 62.5 | 26.19 | - |
| YUV | 205.13 | 79.4 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 119 | 0 | 0.20 | 0.52 | 0.02 | 36.64 | 0.93 | 0.72 |
| Hex | FA | C7 | 77 | 0 | 14 | 34 | 2 | 25 | 5D | 48 |
| Octal | 372 | 307 | 167 | 0 | 24 | 64 | 2 | 45 | 135 | 110 |
| Binary | 11111010 | 11000111 | 1110111 | 0 | 10100 | 110100 | 10 | 100101 | 1011101 | 1001000 |
Color Harmonies of #FAC777
Complementary color
Monochromatic Colors of #FAC777
Black with #FAC777
Text Example
Text Example
White with #FAC777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC777; }
p { color: rgb(250,199,119); }
H1.HeaderClassName
{
color: #FAC777;
}
.AnyTagClassName
{
color: #FAC777;
}
</style>
background-color css
<style>
a { background-color: #FAC777; }
a { background-color: rgb(250,199,119); }
div.DivClassName
{
background-color: #FAC777;
}
.BgClassName
{
background-color: #FAC777;
}
</style>
border-color css
<style>
span { border-color: #FAC777; }
span { border-color: rgb(250,199,119); }
td.TdClassName
{
border-color: #FAC777;
}
.TagClassName
{
border-color: #FAC777;
}
</style>