Shades of Chardonnay #FAC773
Tints of Chardonnay #FAC773
RGB
CMYK
RGB Variations
Color information
#FAC773 (or 0xFAC773) is known color: Chardonnay. HEX triplet: FA, C7 and 73. RGB value is (250,199,115). Sum of RGB (Red+Green+Blue) = 250+199+115=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC773 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC773 is #05388C. Grayscale: #CDCDCD. Windows color (decimal): -342157 or 7587834. OLE color: 7587834.
HSL color Cylindrical-coordinate representation of color #FAC773: hue angle of 37.33º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAC773 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 115 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.02 |
| HSL | 37.33º | 0.93% | 0.72% | - |
| HSV(B) | 37.33º | 0.54% | 0.98% | - |
| XYZ | 62.94 | 62.41 | 24.95 | - |
| YUV | 204.67 | 77.4 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 115 | 0 | 0.20 | 0.54 | 0.02 | 37.33 | 0.93 | 0.72 |
| Hex | FA | C7 | 73 | 0 | 14 | 36 | 2 | 25 | 5D | 48 |
| Octal | 372 | 307 | 163 | 0 | 24 | 66 | 2 | 45 | 135 | 110 |
| Binary | 11111010 | 11000111 | 1110011 | 0 | 10100 | 110110 | 10 | 100101 | 1011101 | 1001000 |
Color Harmonies of #FAC773
Complementary color
Monochromatic Colors of #FAC773
Black with #FAC773
Text Example
Text Example
White with #FAC773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC773; }
p { color: rgb(250,199,115); }
H1.HeaderClassName
{
color: #FAC773;
}
.AnyTagClassName
{
color: #FAC773;
}
</style>
background-color css
<style>
a { background-color: #FAC773; }
a { background-color: rgb(250,199,115); }
div.DivClassName
{
background-color: #FAC773;
}
.BgClassName
{
background-color: #FAC773;
}
</style>
border-color css
<style>
span { border-color: #FAC773; }
span { border-color: rgb(250,199,115); }
td.TdClassName
{
border-color: #FAC773;
}
.TagClassName
{
border-color: #FAC773;
}
</style>