Shades of Chardonnay #F9C482
Tints of Chardonnay #F9C482
RGB
CMYK
RGB Variations
Color information
#F9C482 (or 0xF9C482) is known color: Chardonnay. HEX triplet: F9, C4 and 82. RGB value is (249,196,130). Sum of RGB (Red+Green+Blue) = 249+196+130=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 130 (51.17% from 255 or 22.61% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C482 is #063B7D. Grayscale: #CCCCCC. Windows color (decimal): -408446 or 8570105. OLE color: 8570105.
HSL color Cylindrical-coordinate representation of color #F9C482: hue angle of 33.28º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F9C482 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 196 | 130 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.02 |
| HSL | 33.28º | 0.91% | 0.74% | - |
| HSV(B) | 33.28º | 0.48% | 0.98% | - |
| XYZ | 62.84 | 61.23 | 29.63 | - |
| YUV | 204.32 | 86.06 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 196 | 130 | 0 | 0.21 | 0.48 | 0.02 | 33.28 | 0.91 | 0.74 |
| Hex | F9 | C4 | 82 | 0 | 15 | 30 | 2 | 21 | 5B | 4A |
| Octal | 371 | 304 | 202 | 0 | 25 | 60 | 2 | 41 | 133 | 112 |
| Binary | 11111001 | 11000100 | 10000010 | 0 | 10101 | 110000 | 10 | 100001 | 1011011 | 1001010 |
Color Harmonies of #F9C482
Complementary color
Monochromatic Colors of #F9C482
Black with #F9C482
Text Example
Text Example
White with #F9C482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C482; }
p { color: rgb(249,196,130); }
H1.HeaderClassName
{
color: #F9C482;
}
.AnyTagClassName
{
color: #F9C482;
}
</style>
background-color css
<style>
a { background-color: #F9C482; }
a { background-color: rgb(249,196,130); }
div.DivClassName
{
background-color: #F9C482;
}
.BgClassName
{
background-color: #F9C482;
}
</style>
border-color css
<style>
span { border-color: #F9C482; }
span { border-color: rgb(249,196,130); }
td.TdClassName
{
border-color: #F9C482;
}
.TagClassName
{
border-color: #F9C482;
}
</style>