Shades of Chardonnay #FCC380
Tints of Chardonnay #FCC380
RGB
CMYK
RGB Variations
Color information
#FCC380 (or 0xFCC380) is known color: Chardonnay. HEX triplet: FC, C3 and 80. RGB value is (252,195,128). Sum of RGB (Red+Green+Blue) = 252+195+128=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC380 is #033C7F. Grayscale: #CCCCCC. Windows color (decimal): -212096 or 8438780. OLE color: 8438780.
HSL color Cylindrical-coordinate representation of color #FCC380: hue angle of 32.42º 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 #FCC380 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 128 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.01 |
| HSL | 32.42º | 0.95% | 0.75% | - |
| HSV(B) | 32.42º | 0.49% | 0.99% | - |
| XYZ | 63.56 | 61.28 | 28.9 | - |
| YUV | 204.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 128 | 0 | 0.23 | 0.49 | 0.01 | 32.42 | 0.95 | 0.75 |
| Hex | FC | C3 | 80 | 0 | 17 | 31 | 1 | 20 | 5F | 4B |
| Octal | 374 | 303 | 200 | 0 | 27 | 61 | 1 | 40 | 137 | 113 |
| Binary | 11111100 | 11000011 | 10000000 | 0 | 10111 | 110001 | 1 | 100000 | 1011111 | 1001011 |
Color Harmonies of #FCC380
Complementary color
Monochromatic Colors of #FCC380
Black with #FCC380
Text Example
Text Example
White with #FCC380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC380; }
p { color: rgb(252,195,128); }
H1.HeaderClassName
{
color: #FCC380;
}
.AnyTagClassName
{
color: #FCC380;
}
</style>
background-color css
<style>
a { background-color: #FCC380; }
a { background-color: rgb(252,195,128); }
div.DivClassName
{
background-color: #FCC380;
}
.BgClassName
{
background-color: #FCC380;
}
</style>
border-color css
<style>
span { border-color: #FCC380; }
span { border-color: rgb(252,195,128); }
td.TdClassName
{
border-color: #FCC380;
}
.TagClassName
{
border-color: #FCC380;
}
</style>