Shades of Chardonnay #FCC582
Tints of Chardonnay #FCC582
RGB
CMYK
RGB Variations
Color information
#FCC582 (or 0xFCC582) is known color: Chardonnay. HEX triplet: FC, C5 and 82. RGB value is (252,197,130). Sum of RGB (Red+Green+Blue) = 252+197+130=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 130 (51.17% from 255 or 22.45% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC582 is #033A7D. Grayscale: #CECECE. Windows color (decimal): -211582 or 8570364. OLE color: 8570364.
HSL color Cylindrical-coordinate representation of color #FCC582: hue angle of 32.95º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCC582 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 130 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.01 |
| HSL | 32.95º | 0.95% | 0.75% | - |
| HSV(B) | 32.95º | 0.48% | 0.99% | - |
| XYZ | 64.14 | 62.24 | 29.75 | - |
| YUV | 205.81 | 85.22 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 130 | 0 | 0.22 | 0.48 | 0.01 | 32.95 | 0.95 | 0.75 |
| Hex | FC | C5 | 82 | 0 | 16 | 30 | 1 | 21 | 5F | 4B |
| Octal | 374 | 305 | 202 | 0 | 26 | 60 | 1 | 41 | 137 | 113 |
| Binary | 11111100 | 11000101 | 10000010 | 0 | 10110 | 110000 | 1 | 100001 | 1011111 | 1001011 |
Color Harmonies of #FCC582
Complementary color
Monochromatic Colors of #FCC582
Black with #FCC582
Text Example
Text Example
White with #FCC582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC582; }
p { color: rgb(252,197,130); }
H1.HeaderClassName
{
color: #FCC582;
}
.AnyTagClassName
{
color: #FCC582;
}
</style>
background-color css
<style>
a { background-color: #FCC582; }
a { background-color: rgb(252,197,130); }
div.DivClassName
{
background-color: #FCC582;
}
.BgClassName
{
background-color: #FCC582;
}
</style>
border-color css
<style>
span { border-color: #FCC582; }
span { border-color: rgb(252,197,130); }
td.TdClassName
{
border-color: #FCC582;
}
.TagClassName
{
border-color: #FCC582;
}
</style>