Shades of Chardonnay #FCC273
Tints of Chardonnay #FCC273
RGB
CMYK
RGB Variations
Color information
#FCC273 (or 0xFCC273) is known color: Chardonnay. HEX triplet: FC, C2 and 73. RGB value is (252,194,115). Sum of RGB (Red+Green+Blue) = 252+194+115=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC273 is #033D8C. Grayscale: #CACACA. Windows color (decimal): -212365 or 7586556. OLE color: 7586556.
HSL color Cylindrical-coordinate representation of color #FCC273: hue angle of 34.6º 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 #FCC273 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 115 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.01 |
| HSL | 34.6º | 0.96% | 0.72% | - |
| HSV(B) | 34.6º | 0.54% | 0.99% | - |
| XYZ | 62.53 | 60.52 | 24.6 | - |
| YUV | 202.34 | 78.72 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 115 | 0 | 0.23 | 0.54 | 0.01 | 34.6 | 0.96 | 0.72 |
| Hex | FC | C2 | 73 | 0 | 17 | 36 | 1 | 23 | 60 | 48 |
| Octal | 374 | 302 | 163 | 0 | 27 | 66 | 1 | 43 | 140 | 110 |
| Binary | 11111100 | 11000010 | 1110011 | 0 | 10111 | 110110 | 1 | 100011 | 1100000 | 1001000 |
Color Harmonies of #FCC273
Complementary color
Monochromatic Colors of #FCC273
Black with #FCC273
Text Example
Text Example
White with #FCC273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC273; }
p { color: rgb(252,194,115); }
H1.HeaderClassName
{
color: #FCC273;
}
.AnyTagClassName
{
color: #FCC273;
}
</style>
background-color css
<style>
a { background-color: #FCC273; }
a { background-color: rgb(252,194,115); }
div.DivClassName
{
background-color: #FCC273;
}
.BgClassName
{
background-color: #FCC273;
}
</style>
border-color css
<style>
span { border-color: #FCC273; }
span { border-color: rgb(252,194,115); }
td.TdClassName
{
border-color: #FCC273;
}
.TagClassName
{
border-color: #FCC273;
}
</style>