Shades of Chardonnay #FAC77A
Tints of Chardonnay #FAC77A
RGB
CMYK
RGB Variations
Color information
#FAC77A (or 0xFAC77A) is known color: Chardonnay. HEX triplet: FA, C7 and 7A. RGB value is (250,199,122). Sum of RGB (Red+Green+Blue) = 250+199+122=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 122 (48.05% from 255 or 21.37% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC77A is #053885. Grayscale: #CDCDCD. Windows color (decimal): -342150 or 8046586. OLE color: 8046586.
HSL color Cylindrical-coordinate representation of color #FAC77A: hue angle of 36.09º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAC77A is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 122 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.02 |
| HSL | 36.09º | 0.93% | 0.73% | - |
| HSV(B) | 36.09º | 0.51% | 0.98% | - |
| XYZ | 63.36 | 62.58 | 27.15 | - |
| YUV | 205.47 | 80.9 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 122 | 0 | 0.20 | 0.51 | 0.02 | 36.09 | 0.93 | 0.73 |
| Hex | FA | C7 | 7A | 0 | 14 | 33 | 2 | 24 | 5D | 49 |
| Octal | 372 | 307 | 172 | 0 | 24 | 63 | 2 | 44 | 135 | 111 |
| Binary | 11111010 | 11000111 | 1111010 | 0 | 10100 | 110011 | 10 | 100100 | 1011101 | 1001001 |
Color Harmonies of #FAC77A
Complementary color
Monochromatic Colors of #FAC77A
Black with #FAC77A
Text Example
Text Example
White with #FAC77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC77A; }
p { color: rgb(250,199,122); }
H1.HeaderClassName
{
color: #FAC77A;
}
.AnyTagClassName
{
color: #FAC77A;
}
</style>
background-color css
<style>
a { background-color: #FAC77A; }
a { background-color: rgb(250,199,122); }
div.DivClassName
{
background-color: #FAC77A;
}
.BgClassName
{
background-color: #FAC77A;
}
</style>
border-color css
<style>
span { border-color: #FAC77A; }
span { border-color: rgb(250,199,122); }
td.TdClassName
{
border-color: #FAC77A;
}
.TagClassName
{
border-color: #FAC77A;
}
</style>