Shades of Chardonnay #FCC280
Tints of Chardonnay #FCC280
RGB
CMYK
RGB Variations
Color information
#FCC280 (or 0xFCC280) is known color: Chardonnay. HEX triplet: FC, C2 and 80. RGB value is (252,194,128). Sum of RGB (Red+Green+Blue) = 252+194+128=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 128 (50.39% from 255 or 22.30% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC280 is #033D7F. Grayscale: #CCCCCC. Windows color (decimal): -212352 or 8438524. OLE color: 8438524.
HSL color Cylindrical-coordinate representation of color #FCC280: hue angle of 31.94º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCC280 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 128 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.01 |
| HSL | 31.94º | 0.95% | 0.75% | - |
| HSV(B) | 31.94º | 0.49% | 0.99% | - |
| XYZ | 63.33 | 60.84 | 28.83 | - |
| YUV | 203.82 | 85.22 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 128 | 0 | 0.23 | 0.49 | 0.01 | 31.94 | 0.95 | 0.75 |
| Hex | FC | C2 | 80 | 0 | 17 | 31 | 1 | 20 | 5F | 4B |
| Octal | 374 | 302 | 200 | 0 | 27 | 61 | 1 | 40 | 137 | 113 |
| Binary | 11111100 | 11000010 | 10000000 | 0 | 10111 | 110001 | 1 | 100000 | 1011111 | 1001011 |
Color Harmonies of #FCC280
Complementary color
Monochromatic Colors of #FCC280
Black with #FCC280
Text Example
Text Example
White with #FCC280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC280; }
p { color: rgb(252,194,128); }
H1.HeaderClassName
{
color: #FCC280;
}
.AnyTagClassName
{
color: #FCC280;
}
</style>
background-color css
<style>
a { background-color: #FCC280; }
a { background-color: rgb(252,194,128); }
div.DivClassName
{
background-color: #FCC280;
}
.BgClassName
{
background-color: #FCC280;
}
</style>
border-color css
<style>
span { border-color: #FCC280; }
span { border-color: rgb(252,194,128); }
td.TdClassName
{
border-color: #FCC280;
}
.TagClassName
{
border-color: #FCC280;
}
</style>