Shades of Chardonnay #FAC57C
Tints of Chardonnay #FAC57C
RGB
CMYK
RGB Variations
Color information
#FAC57C (or 0xFAC57C) is known color: Chardonnay. HEX triplet: FA, C5 and 7C. RGB value is (250,197,124). Sum of RGB (Red+Green+Blue) = 250+197+124=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC57C is #053A83. Grayscale: #CCCCCC. Windows color (decimal): -342660 or 8177146. OLE color: 8177146.
HSL color Cylindrical-coordinate representation of color #FAC57C: hue angle of 34.76º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAC57C is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 124 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.02 |
| HSL | 34.76º | 0.93% | 0.73% | - |
| HSV(B) | 34.76º | 0.5% | 0.98% | - |
| XYZ | 63.03 | 61.71 | 27.66 | - |
| YUV | 204.53 | 82.56 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 124 | 0 | 0.21 | 0.50 | 0.02 | 34.76 | 0.93 | 0.73 |
| Hex | FA | C5 | 7C | 0 | 15 | 32 | 2 | 23 | 5D | 49 |
| Octal | 372 | 305 | 174 | 0 | 25 | 62 | 2 | 43 | 135 | 111 |
| Binary | 11111010 | 11000101 | 1111100 | 0 | 10101 | 110010 | 10 | 100011 | 1011101 | 1001001 |
Color Harmonies of #FAC57C
Complementary color
Monochromatic Colors of #FAC57C
Black with #FAC57C
Text Example
Text Example
White with #FAC57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC57C; }
p { color: rgb(250,197,124); }
H1.HeaderClassName
{
color: #FAC57C;
}
.AnyTagClassName
{
color: #FAC57C;
}
</style>
background-color css
<style>
a { background-color: #FAC57C; }
a { background-color: rgb(250,197,124); }
div.DivClassName
{
background-color: #FAC57C;
}
.BgClassName
{
background-color: #FAC57C;
}
</style>
border-color css
<style>
span { border-color: #FAC57C; }
span { border-color: rgb(250,197,124); }
td.TdClassName
{
border-color: #FAC57C;
}
.TagClassName
{
border-color: #FAC57C;
}
</style>