Shades of Chardonnay #FAC178
Tints of Chardonnay #FAC178
RGB
CMYK
RGB Variations
Color information
#FAC178 (or 0xFAC178) is known color: Chardonnay. HEX triplet: FA, C1 and 78. RGB value is (250,193,120). Sum of RGB (Red+Green+Blue) = 250+193+120=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 120 (47.27% from 255 or 21.31% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC178 is #053E87. Grayscale: #CACACA. Windows color (decimal): -343688 or 7913978. OLE color: 7913978.
HSL color Cylindrical-coordinate representation of color #FAC178: hue angle of 33.69º 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 #FAC178 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 120 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.02 |
| HSL | 33.69º | 0.93% | 0.73% | - |
| HSV(B) | 33.69º | 0.52% | 0.98% | - |
| XYZ | 61.88 | 59.82 | 26.05 | - |
| YUV | 201.72 | 81.88 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 120 | 0 | 0.23 | 0.52 | 0.02 | 33.69 | 0.93 | 0.73 |
| Hex | FA | C1 | 78 | 0 | 17 | 34 | 2 | 22 | 5D | 49 |
| Octal | 372 | 301 | 170 | 0 | 27 | 64 | 2 | 42 | 135 | 111 |
| Binary | 11111010 | 11000001 | 1111000 | 0 | 10111 | 110100 | 10 | 100010 | 1011101 | 1001001 |
Color Harmonies of #FAC178
Complementary color
Monochromatic Colors of #FAC178
Black with #FAC178
Text Example
Text Example
White with #FAC178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC178; }
p { color: rgb(250,193,120); }
H1.HeaderClassName
{
color: #FAC178;
}
.AnyTagClassName
{
color: #FAC178;
}
</style>
background-color css
<style>
a { background-color: #FAC178; }
a { background-color: rgb(250,193,120); }
div.DivClassName
{
background-color: #FAC178;
}
.BgClassName
{
background-color: #FAC178;
}
</style>
border-color css
<style>
span { border-color: #FAC178; }
span { border-color: rgb(250,193,120); }
td.TdClassName
{
border-color: #FAC178;
}
.TagClassName
{
border-color: #FAC178;
}
</style>