Shades of Chardonnay #FCC073
Tints of Chardonnay #FCC073
RGB
CMYK
RGB Variations
Color information
#FCC073 (or 0xFCC073) is known color: Chardonnay. HEX triplet: FC, C0 and 73. RGB value is (252,192,115). Sum of RGB (Red+Green+Blue) = 252+192+115=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC073 is #033F8C. Grayscale: #C9C9C9. Windows color (decimal): -212877 or 7586044. OLE color: 7586044.
HSL color Cylindrical-coordinate representation of color #FCC073: hue angle of 33.72º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCC073 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 115 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.01 |
| HSL | 33.72º | 0.96% | 0.72% | - |
| HSV(B) | 33.72º | 0.54% | 0.99% | - |
| XYZ | 62.09 | 59.63 | 24.46 | - |
| YUV | 201.16 | 79.38 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 115 | 0 | 0.24 | 0.54 | 0.01 | 33.72 | 0.96 | 0.72 |
| Hex | FC | C0 | 73 | 0 | 18 | 36 | 1 | 22 | 60 | 48 |
| Octal | 374 | 300 | 163 | 0 | 30 | 66 | 1 | 42 | 140 | 110 |
| Binary | 11111100 | 11000000 | 1110011 | 0 | 11000 | 110110 | 1 | 100010 | 1100000 | 1001000 |
Color Harmonies of #FCC073
Complementary color
Monochromatic Colors of #FCC073
Black with #FCC073
Text Example
Text Example
White with #FCC073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC073; }
p { color: rgb(252,192,115); }
H1.HeaderClassName
{
color: #FCC073;
}
.AnyTagClassName
{
color: #FCC073;
}
</style>
background-color css
<style>
a { background-color: #FCC073; }
a { background-color: rgb(252,192,115); }
div.DivClassName
{
background-color: #FCC073;
}
.BgClassName
{
background-color: #FCC073;
}
</style>
border-color css
<style>
span { border-color: #FCC073; }
span { border-color: rgb(252,192,115); }
td.TdClassName
{
border-color: #FCC073;
}
.TagClassName
{
border-color: #FCC073;
}
</style>