Shades of Chardonnay #FCC075
Tints of Chardonnay #FCC075
RGB
CMYK
RGB Variations
Color information
#FCC075 (or 0xFCC075) is known color: Chardonnay. HEX triplet: FC, C0 and 75. RGB value is (252,192,117). Sum of RGB (Red+Green+Blue) = 252+192+117=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC075 is #033F8A. Grayscale: #C9C9C9. Windows color (decimal): -212875 or 7717116. OLE color: 7717116.
HSL color Cylindrical-coordinate representation of color #FCC075: hue angle of 33.33º 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 #FCC075 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 117 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.01 |
| HSL | 33.33º | 0.96% | 0.72% | - |
| HSV(B) | 33.33º | 0.54% | 0.99% | - |
| XYZ | 62.21 | 59.68 | 25.07 | - |
| YUV | 201.39 | 80.38 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 117 | 0 | 0.24 | 0.54 | 0.01 | 33.33 | 0.96 | 0.72 |
| Hex | FC | C0 | 75 | 0 | 18 | 36 | 1 | 21 | 60 | 48 |
| Octal | 374 | 300 | 165 | 0 | 30 | 66 | 1 | 41 | 140 | 110 |
| Binary | 11111100 | 11000000 | 1110101 | 0 | 11000 | 110110 | 1 | 100001 | 1100000 | 1001000 |
Color Harmonies of #FCC075
Complementary color
Monochromatic Colors of #FCC075
Black with #FCC075
Text Example
Text Example
White with #FCC075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC075; }
p { color: rgb(252,192,117); }
H1.HeaderClassName
{
color: #FCC075;
}
.AnyTagClassName
{
color: #FCC075;
}
</style>
background-color css
<style>
a { background-color: #FCC075; }
a { background-color: rgb(252,192,117); }
div.DivClassName
{
background-color: #FCC075;
}
.BgClassName
{
background-color: #FCC075;
}
</style>
border-color css
<style>
span { border-color: #FCC075; }
span { border-color: rgb(252,192,117); }
td.TdClassName
{
border-color: #FCC075;
}
.TagClassName
{
border-color: #FCC075;
}
</style>