Shades of Chardonnay #FAC075
Tints of Chardonnay #FAC075
RGB
CMYK
RGB Variations
Color information
#FAC075 (or 0xFAC075) is known color: Chardonnay. HEX triplet: FA, C0 and 75. RGB value is (250,192,117). Sum of RGB (Red+Green+Blue) = 250+192+117=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC075 is #053F8A. Grayscale: #C9C9C9. Windows color (decimal): -343947 or 7717114. OLE color: 7717114.
HSL color Cylindrical-coordinate representation of color #FAC075: hue angle of 33.83º 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 #FAC075 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 117 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.02 |
| HSL | 33.83º | 0.93% | 0.72% | - |
| HSV(B) | 33.83º | 0.53% | 0.98% | - |
| XYZ | 61.48 | 59.31 | 25.04 | - |
| YUV | 200.79 | 80.72 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 117 | 0 | 0.23 | 0.53 | 0.02 | 33.83 | 0.93 | 0.72 |
| Hex | FA | C0 | 75 | 0 | 17 | 35 | 2 | 22 | 5D | 48 |
| Octal | 372 | 300 | 165 | 0 | 27 | 65 | 2 | 42 | 135 | 110 |
| Binary | 11111010 | 11000000 | 1110101 | 0 | 10111 | 110101 | 10 | 100010 | 1011101 | 1001000 |
Color Harmonies of #FAC075
Complementary color
Monochromatic Colors of #FAC075
Black with #FAC075
Text Example
Text Example
White with #FAC075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC075; }
p { color: rgb(250,192,117); }
H1.HeaderClassName
{
color: #FAC075;
}
.AnyTagClassName
{
color: #FAC075;
}
</style>
background-color css
<style>
a { background-color: #FAC075; }
a { background-color: rgb(250,192,117); }
div.DivClassName
{
background-color: #FAC075;
}
.BgClassName
{
background-color: #FAC075;
}
</style>
border-color css
<style>
span { border-color: #FAC075; }
span { border-color: rgb(250,192,117); }
td.TdClassName
{
border-color: #FAC075;
}
.TagClassName
{
border-color: #FAC075;
}
</style>