Shades of Chardonnay #FAC278
Tints of Chardonnay #FAC278
RGB
CMYK
RGB Variations
Color information
#FAC278 (or 0xFAC278) is known color: Chardonnay. HEX triplet: FA, C2 and 78. RGB value is (250,194,120). Sum of RGB (Red+Green+Blue) = 250+194+120=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 120 (47.27% from 255 or 21.28% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC278 is #053D87. Grayscale: #CACACA. Windows color (decimal): -343432 or 7914234. OLE color: 7914234.
HSL color Cylindrical-coordinate representation of color #FAC278: hue angle of 34.15º 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 #FAC278 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 120 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.02 |
| HSL | 34.15º | 0.93% | 0.73% | - |
| HSV(B) | 34.15º | 0.52% | 0.98% | - |
| XYZ | 62.11 | 60.26 | 26.13 | - |
| YUV | 202.31 | 81.55 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 120 | 0 | 0.22 | 0.52 | 0.02 | 34.15 | 0.93 | 0.73 |
| Hex | FA | C2 | 78 | 0 | 16 | 34 | 2 | 22 | 5D | 49 |
| Octal | 372 | 302 | 170 | 0 | 26 | 64 | 2 | 42 | 135 | 111 |
| Binary | 11111010 | 11000010 | 1111000 | 0 | 10110 | 110100 | 10 | 100010 | 1011101 | 1001001 |
Color Harmonies of #FAC278
Complementary color
Monochromatic Colors of #FAC278
Black with #FAC278
Text Example
Text Example
White with #FAC278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC278; }
p { color: rgb(250,194,120); }
H1.HeaderClassName
{
color: #FAC278;
}
.AnyTagClassName
{
color: #FAC278;
}
</style>
background-color css
<style>
a { background-color: #FAC278; }
a { background-color: rgb(250,194,120); }
div.DivClassName
{
background-color: #FAC278;
}
.BgClassName
{
background-color: #FAC278;
}
</style>
border-color css
<style>
span { border-color: #FAC278; }
span { border-color: rgb(250,194,120); }
td.TdClassName
{
border-color: #FAC278;
}
.TagClassName
{
border-color: #FAC278;
}
</style>