Shades of Chardonnay #FAC482
Tints of Chardonnay #FAC482
RGB
CMYK
RGB Variations
Color information
#FAC482 (or 0xFAC482) is known color: Chardonnay. HEX triplet: FA, C4 and 82. RGB value is (250,196,130). Sum of RGB (Red+Green+Blue) = 250+196+130=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC482 is #053B7D. Grayscale: #CCCCCC. Windows color (decimal): -342910 or 8570106. OLE color: 8570106.
HSL color Cylindrical-coordinate representation of color #FAC482: hue angle of 33º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAC482 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 130 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.02 |
| HSL | 33º | 0.92% | 0.75% | - |
| HSV(B) | 33º | 0.48% | 0.98% | - |
| XYZ | 63.19 | 61.42 | 29.64 | - |
| YUV | 204.62 | 85.89 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 130 | 0 | 0.22 | 0.48 | 0.02 | 33 | 0.92 | 0.75 |
| Hex | FA | C4 | 82 | 0 | 16 | 30 | 2 | 21 | 5C | 4B |
| Octal | 372 | 304 | 202 | 0 | 26 | 60 | 2 | 41 | 134 | 113 |
| Binary | 11111010 | 11000100 | 10000010 | 0 | 10110 | 110000 | 10 | 100001 | 1011100 | 1001011 |
Color Harmonies of #FAC482
Complementary color
Monochromatic Colors of #FAC482
Black with #FAC482
Text Example
Text Example
White with #FAC482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC482; }
p { color: rgb(250,196,130); }
H1.HeaderClassName
{
color: #FAC482;
}
.AnyTagClassName
{
color: #FAC482;
}
</style>
background-color css
<style>
a { background-color: #FAC482; }
a { background-color: rgb(250,196,130); }
div.DivClassName
{
background-color: #FAC482;
}
.BgClassName
{
background-color: #FAC482;
}
</style>
border-color css
<style>
span { border-color: #FAC482; }
span { border-color: rgb(250,196,130); }
td.TdClassName
{
border-color: #FAC482;
}
.TagClassName
{
border-color: #FAC482;
}
</style>