Shades of Chardonnay #FFC275
Tints of Chardonnay #FFC275
RGB
CMYK
RGB Variations
Color information
#FFC275 (or 0xFFC275) is known color: Chardonnay. HEX triplet: FF, C2 and 75. RGB value is (255,194,117). Sum of RGB (Red+Green+Blue) = 255+194+117=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC275 is #003D8A. Grayscale: #CBCBCB. Windows color (decimal): -15755 or 7717631. OLE color: 7717631.
HSL color Cylindrical-coordinate representation of color #FFC275: hue angle of 33.48º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFC275 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 117 | - |
| CMYK | 0 | 0.24 | 0.54 | 0 |
| HSL | 33.48º | 1% | 0.73% | - |
| HSV(B) | 33.48º | 0.54% | 1% | - |
| XYZ | 63.74 | 61.13 | 25.27 | - |
| YUV | 203.46 | 79.21 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 117 | 0 | 0.24 | 0.54 | 0 | 33.48 | 1 | 0.73 |
| Hex | FF | C2 | 75 | 0 | 18 | 36 | 0 | 21 | 64 | 49 |
| Octal | 377 | 302 | 165 | 0 | 30 | 66 | 0 | 41 | 144 | 111 |
| Binary | 11111111 | 11000010 | 1110101 | 0 | 11000 | 110110 | 0 | 100001 | 1100100 | 1001001 |
Color Harmonies of #FFC275
Complementary color
Monochromatic Colors of #FFC275
Black with #FFC275
Text Example
Text Example
White with #FFC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC275; }
p { color: rgb(255,194,117); }
H1.HeaderClassName
{
color: #FFC275;
}
.AnyTagClassName
{
color: #FFC275;
}
</style>
background-color css
<style>
a { background-color: #FFC275; }
a { background-color: rgb(255,194,117); }
div.DivClassName
{
background-color: #FFC275;
}
.BgClassName
{
background-color: #FFC275;
}
</style>
border-color css
<style>
span { border-color: #FFC275; }
span { border-color: rgb(255,194,117); }
td.TdClassName
{
border-color: #FFC275;
}
.TagClassName
{
border-color: #FFC275;
}
</style>