Shades of Chardonnay #FCC975
Tints of Chardonnay #FCC975
RGB
CMYK
RGB Variations
Color information
#FCC975 (or 0xFCC975) is known color: Chardonnay. HEX triplet: FC, C9 and 75. RGB value is (252,201,117). Sum of RGB (Red+Green+Blue) = 252+201+117=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC975 is #03368A. Grayscale: #CFCFCF. Windows color (decimal): -210571 or 7719420. OLE color: 7719420.
HSL color Cylindrical-coordinate representation of color #FCC975: hue angle of 37.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 #FCC975 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 117 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.01 |
| HSL | 37.33º | 0.96% | 0.72% | - |
| HSV(B) | 37.33º | 0.54% | 0.99% | - |
| XYZ | 64.24 | 63.75 | 25.75 | - |
| YUV | 206.67 | 77.4 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 117 | 0 | 0.20 | 0.54 | 0.01 | 37.33 | 0.96 | 0.72 |
| Hex | FC | C9 | 75 | 0 | 14 | 36 | 1 | 25 | 60 | 48 |
| Octal | 374 | 311 | 165 | 0 | 24 | 66 | 1 | 45 | 140 | 110 |
| Binary | 11111100 | 11001001 | 1110101 | 0 | 10100 | 110110 | 1 | 100101 | 1100000 | 1001000 |
Color Harmonies of #FCC975
Complementary color
Monochromatic Colors of #FCC975
Black with #FCC975
Text Example
Text Example
White with #FCC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC975; }
p { color: rgb(252,201,117); }
H1.HeaderClassName
{
color: #FCC975;
}
.AnyTagClassName
{
color: #FCC975;
}
</style>
background-color css
<style>
a { background-color: #FCC975; }
a { background-color: rgb(252,201,117); }
div.DivClassName
{
background-color: #FCC975;
}
.BgClassName
{
background-color: #FCC975;
}
</style>
border-color css
<style>
span { border-color: #FCC975; }
span { border-color: rgb(252,201,117); }
td.TdClassName
{
border-color: #FCC975;
}
.TagClassName
{
border-color: #FCC975;
}
</style>