Shades of Chardonnay #FCC483
Tints of Chardonnay #FCC483
RGB
CMYK
RGB Variations
Color information
#FCC483 (or 0xFCC483) is known color: Chardonnay. HEX triplet: FC, C4 and 83. RGB value is (252,196,131). Sum of RGB (Red+Green+Blue) = 252+196+131=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 131 (51.56% from 255 or 22.63% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC483 is #033B7C. Grayscale: #CDCDCD. Windows color (decimal): -211837 or 8635644. OLE color: 8635644.
HSL color Cylindrical-coordinate representation of color #FCC483: hue angle of 32.23º 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 #FCC483 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 131 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.01 |
| HSL | 32.23º | 0.95% | 0.75% | - |
| HSV(B) | 32.23º | 0.48% | 0.99% | - |
| XYZ | 63.98 | 61.81 | 30.03 | - |
| YUV | 205.33 | 86.05 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 131 | 0 | 0.22 | 0.48 | 0.01 | 32.23 | 0.95 | 0.75 |
| Hex | FC | C4 | 83 | 0 | 16 | 30 | 1 | 20 | 5F | 4B |
| Octal | 374 | 304 | 203 | 0 | 26 | 60 | 1 | 40 | 137 | 113 |
| Binary | 11111100 | 11000100 | 10000011 | 0 | 10110 | 110000 | 1 | 100000 | 1011111 | 1001011 |
Color Harmonies of #FCC483
Complementary color
Monochromatic Colors of #FCC483
Black with #FCC483
Text Example
Text Example
White with #FCC483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC483; }
p { color: rgb(252,196,131); }
H1.HeaderClassName
{
color: #FCC483;
}
.AnyTagClassName
{
color: #FCC483;
}
</style>
background-color css
<style>
a { background-color: #FCC483; }
a { background-color: rgb(252,196,131); }
div.DivClassName
{
background-color: #FCC483;
}
.BgClassName
{
background-color: #FCC483;
}
</style>
border-color css
<style>
span { border-color: #FCC483; }
span { border-color: rgb(252,196,131); }
td.TdClassName
{
border-color: #FCC483;
}
.TagClassName
{
border-color: #FCC483;
}
</style>