Shades of Chardonnay #FAC575
Tints of Chardonnay #FAC575
RGB
CMYK
RGB Variations
Color information
#FAC575 (or 0xFAC575) is known color: Chardonnay. HEX triplet: FA, C5 and 75. RGB value is (250,197,117). Sum of RGB (Red+Green+Blue) = 250+197+117=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC575 is #053A8A. Grayscale: #CCCCCC. Windows color (decimal): -342667 or 7718394. OLE color: 7718394.
HSL color Cylindrical-coordinate representation of color #FAC575: hue angle of 36.09º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAC575 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 117 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.02 |
| HSL | 36.09º | 0.93% | 0.72% | - |
| HSV(B) | 36.09º | 0.53% | 0.98% | - |
| XYZ | 62.6 | 61.54 | 25.41 | - |
| YUV | 203.73 | 79.06 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 117 | 0 | 0.21 | 0.53 | 0.02 | 36.09 | 0.93 | 0.72 |
| Hex | FA | C5 | 75 | 0 | 15 | 35 | 2 | 24 | 5D | 48 |
| Octal | 372 | 305 | 165 | 0 | 25 | 65 | 2 | 44 | 135 | 110 |
| Binary | 11111010 | 11000101 | 1110101 | 0 | 10101 | 110101 | 10 | 100100 | 1011101 | 1001000 |
Color Harmonies of #FAC575
Complementary color
Monochromatic Colors of #FAC575
Black with #FAC575
Text Example
Text Example
White with #FAC575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC575; }
p { color: rgb(250,197,117); }
H1.HeaderClassName
{
color: #FAC575;
}
.AnyTagClassName
{
color: #FAC575;
}
</style>
background-color css
<style>
a { background-color: #FAC575; }
a { background-color: rgb(250,197,117); }
div.DivClassName
{
background-color: #FAC575;
}
.BgClassName
{
background-color: #FAC575;
}
</style>
border-color css
<style>
span { border-color: #FAC575; }
span { border-color: rgb(250,197,117); }
td.TdClassName
{
border-color: #FAC575;
}
.TagClassName
{
border-color: #FAC575;
}
</style>