Shades of Chardonnay #FAC373
Tints of Chardonnay #FAC373
RGB
CMYK
RGB Variations
Color information
#FAC373 (or 0xFAC373) is known color: Chardonnay. HEX triplet: FA, C3 and 73. RGB value is (250,195,115). Sum of RGB (Red+Green+Blue) = 250+195+115=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 115 (45.31% from 255 or 20.54% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC373 is #053C8C. Grayscale: #CACACA. Windows color (decimal): -343181 or 7586810. OLE color: 7586810.
HSL color Cylindrical-coordinate representation of color #FAC373: hue angle of 35.56º 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 #FAC373 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 115 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.02 |
| HSL | 35.56º | 0.93% | 0.72% | - |
| HSV(B) | 35.56º | 0.54% | 0.98% | - |
| XYZ | 62.03 | 60.59 | 24.65 | - |
| YUV | 202.33 | 78.72 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 115 | 0 | 0.22 | 0.54 | 0.02 | 35.56 | 0.93 | 0.72 |
| Hex | FA | C3 | 73 | 0 | 16 | 36 | 2 | 24 | 5D | 48 |
| Octal | 372 | 303 | 163 | 0 | 26 | 66 | 2 | 44 | 135 | 110 |
| Binary | 11111010 | 11000011 | 1110011 | 0 | 10110 | 110110 | 10 | 100100 | 1011101 | 1001000 |
Color Harmonies of #FAC373
Complementary color
Monochromatic Colors of #FAC373
Black with #FAC373
Text Example
Text Example
White with #FAC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC373; }
p { color: rgb(250,195,115); }
H1.HeaderClassName
{
color: #FAC373;
}
.AnyTagClassName
{
color: #FAC373;
}
</style>
background-color css
<style>
a { background-color: #FAC373; }
a { background-color: rgb(250,195,115); }
div.DivClassName
{
background-color: #FAC373;
}
.BgClassName
{
background-color: #FAC373;
}
</style>
border-color css
<style>
span { border-color: #FAC373; }
span { border-color: rgb(250,195,115); }
td.TdClassName
{
border-color: #FAC373;
}
.TagClassName
{
border-color: #FAC373;
}
</style>