Shades of Chardonnay #FCCB7A
Tints of Chardonnay #FCCB7A
RGB
CMYK
RGB Variations
Color information
#FCCB7A (or 0xFCCB7A) is known color: Chardonnay. HEX triplet: FC, CB and 7A. RGB value is (252,203,122). Sum of RGB (Red+Green+Blue) = 252+203+122=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 122 (48.05% from 255 or 21.14% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB7A is #033485. Grayscale: #D0D0D0. Windows color (decimal): -210054 or 8047612. OLE color: 8047612.
HSL color Cylindrical-coordinate representation of color #FCCB7A: hue angle of 37.38º 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 #FCCB7A is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 122 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.01 |
| HSL | 37.38º | 0.96% | 0.73% | - |
| HSV(B) | 37.38º | 0.52% | 0.99% | - |
| XYZ | 65.01 | 64.81 | 27.5 | - |
| YUV | 208.42 | 79.23 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 122 | 0 | 0.19 | 0.52 | 0.01 | 37.38 | 0.96 | 0.73 |
| Hex | FC | CB | 7A | 0 | 13 | 34 | 1 | 25 | 60 | 49 |
| Octal | 374 | 313 | 172 | 0 | 23 | 64 | 1 | 45 | 140 | 111 |
| Binary | 11111100 | 11001011 | 1111010 | 0 | 10011 | 110100 | 1 | 100101 | 1100000 | 1001001 |
Color Harmonies of #FCCB7A
Complementary color
Monochromatic Colors of #FCCB7A
Black with #FCCB7A
Text Example
Text Example
White with #FCCB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB7A; }
p { color: rgb(252,203,122); }
H1.HeaderClassName
{
color: #FCCB7A;
}
.AnyTagClassName
{
color: #FCCB7A;
}
</style>
background-color css
<style>
a { background-color: #FCCB7A; }
a { background-color: rgb(252,203,122); }
div.DivClassName
{
background-color: #FCCB7A;
}
.BgClassName
{
background-color: #FCCB7A;
}
</style>
border-color css
<style>
span { border-color: #FCCB7A; }
span { border-color: rgb(252,203,122); }
td.TdClassName
{
border-color: #FCCB7A;
}
.TagClassName
{
border-color: #FCCB7A;
}
</style>