Shades of Chardonnay #FCC072
Tints of Chardonnay #FCC072
RGB
CMYK
RGB Variations
Color information
#FCC072 (or 0xFCC072) is known color: Chardonnay. HEX triplet: FC, C0 and 72. RGB value is (252,192,114). Sum of RGB (Red+Green+Blue) = 252+192+114=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC072 is #033F8D. Grayscale: #C9C9C9. Windows color (decimal): -212878 or 7520508. OLE color: 7520508.
HSL color Cylindrical-coordinate representation of color #FCC072: hue angle of 33.91º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FCC072 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 114 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.01 |
| HSL | 33.91º | 0.96% | 0.72% | - |
| HSV(B) | 33.91º | 0.55% | 0.99% | - |
| XYZ | 62.03 | 59.61 | 24.16 | - |
| YUV | 201.05 | 78.88 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 114 | 0 | 0.24 | 0.55 | 0.01 | 33.91 | 0.96 | 0.72 |
| Hex | FC | C0 | 72 | 0 | 18 | 37 | 1 | 22 | 60 | 48 |
| Octal | 374 | 300 | 162 | 0 | 30 | 67 | 1 | 42 | 140 | 110 |
| Binary | 11111100 | 11000000 | 1110010 | 0 | 11000 | 110111 | 1 | 100010 | 1100000 | 1001000 |
Color Harmonies of #FCC072
Complementary color
Monochromatic Colors of #FCC072
Black with #FCC072
Text Example
Text Example
White with #FCC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC072; }
p { color: rgb(252,192,114); }
H1.HeaderClassName
{
color: #FCC072;
}
.AnyTagClassName
{
color: #FCC072;
}
</style>
background-color css
<style>
a { background-color: #FCC072; }
a { background-color: rgb(252,192,114); }
div.DivClassName
{
background-color: #FCC072;
}
.BgClassName
{
background-color: #FCC072;
}
</style>
border-color css
<style>
span { border-color: #FCC072; }
span { border-color: rgb(252,192,114); }
td.TdClassName
{
border-color: #FCC072;
}
.TagClassName
{
border-color: #FCC072;
}
</style>