Shades of Chardonnay #FCCC7A
Tints of Chardonnay #FCCC7A
RGB
CMYK
RGB Variations
Color information
#FCCC7A (or 0xFCCC7A) is known color: Chardonnay. HEX triplet: FC, CC and 7A. RGB value is (252,204,122). Sum of RGB (Red+Green+Blue) = 252+204+122=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC7A is #033385. Grayscale: #D1D1D1. Windows color (decimal): -209798 or 8047868. OLE color: 8047868.
HSL color Cylindrical-coordinate representation of color #FCCC7A: hue angle of 37.85º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCCC7A is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 122 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.01 |
| HSL | 37.85º | 0.96% | 0.73% | - |
| HSV(B) | 37.85º | 0.52% | 0.99% | - |
| XYZ | 65.25 | 65.29 | 27.57 | - |
| YUV | 209 | 78.9 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 122 | 0 | 0.19 | 0.52 | 0.01 | 37.85 | 0.96 | 0.73 |
| Hex | FC | CC | 7A | 0 | 13 | 34 | 1 | 26 | 60 | 49 |
| Octal | 374 | 314 | 172 | 0 | 23 | 64 | 1 | 46 | 140 | 111 |
| Binary | 11111100 | 11001100 | 1111010 | 0 | 10011 | 110100 | 1 | 100110 | 1100000 | 1001001 |
Color Harmonies of #FCCC7A
Complementary color
Monochromatic Colors of #FCCC7A
Black with #FCCC7A
Text Example
Text Example
White with #FCCC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC7A; }
p { color: rgb(252,204,122); }
H1.HeaderClassName
{
color: #FCCC7A;
}
.AnyTagClassName
{
color: #FCCC7A;
}
</style>
background-color css
<style>
a { background-color: #FCCC7A; }
a { background-color: rgb(252,204,122); }
div.DivClassName
{
background-color: #FCCC7A;
}
.BgClassName
{
background-color: #FCCC7A;
}
</style>
border-color css
<style>
span { border-color: #FCCC7A; }
span { border-color: rgb(252,204,122); }
td.TdClassName
{
border-color: #FCCC7A;
}
.TagClassName
{
border-color: #FCCC7A;
}
</style>