Shades of Chardonnay #FAC578
Tints of Chardonnay #FAC578
RGB
CMYK
RGB Variations
Color information
#FAC578 (or 0xFAC578) is known color: Chardonnay. HEX triplet: FA, C5 and 78. RGB value is (250,197,120). Sum of RGB (Red+Green+Blue) = 250+197+120=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 120 (47.27% from 255 or 21.16% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC578 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC578 is #053A87. Grayscale: #CCCCCC. Windows color (decimal): -342664 or 7915002. OLE color: 7915002.
HSL color Cylindrical-coordinate representation of color #FAC578: hue angle of 35.54º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAC578 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 120 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.02 |
| HSL | 35.54º | 0.93% | 0.73% | - |
| HSV(B) | 35.54º | 0.52% | 0.98% | - |
| XYZ | 62.78 | 61.61 | 26.35 | - |
| YUV | 204.07 | 80.56 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 120 | 0 | 0.21 | 0.52 | 0.02 | 35.54 | 0.93 | 0.73 |
| Hex | FA | C5 | 78 | 0 | 15 | 34 | 2 | 24 | 5D | 49 |
| Octal | 372 | 305 | 170 | 0 | 25 | 64 | 2 | 44 | 135 | 111 |
| Binary | 11111010 | 11000101 | 1111000 | 0 | 10101 | 110100 | 10 | 100100 | 1011101 | 1001001 |
Color Harmonies of #FAC578
Complementary color
Monochromatic Colors of #FAC578
Black with #FAC578
Text Example
Text Example
White with #FAC578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC578; }
p { color: rgb(250,197,120); }
H1.HeaderClassName
{
color: #FAC578;
}
.AnyTagClassName
{
color: #FAC578;
}
</style>
background-color css
<style>
a { background-color: #FAC578; }
a { background-color: rgb(250,197,120); }
div.DivClassName
{
background-color: #FAC578;
}
.BgClassName
{
background-color: #FAC578;
}
</style>
border-color css
<style>
span { border-color: #FAC578; }
span { border-color: rgb(250,197,120); }
td.TdClassName
{
border-color: #FAC578;
}
.TagClassName
{
border-color: #FAC578;
}
</style>