Shades of Chardonnay #FFC271
Tints of Chardonnay #FFC271
RGB
CMYK
RGB Variations
Color information
#FFC271 (or 0xFFC271) is known color: Chardonnay. HEX triplet: FF, C2 and 71. RGB value is (255,194,113). Sum of RGB (Red+Green+Blue) = 255+194+113=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC271 is #003D8E. Grayscale: #CBCBCB. Windows color (decimal): -15759 or 7455487. OLE color: 7455487.
HSL color Cylindrical-coordinate representation of color #FFC271: hue angle of 34.23º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFC271 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 113 | - |
| CMYK | 0 | 0.24 | 0.56 | 0 |
| HSL | 34.23º | 1% | 0.72% | - |
| HSV(B) | 34.23º | 0.56% | 1% | - |
| XYZ | 63.51 | 61.04 | 24.06 | - |
| YUV | 203.01 | 77.21 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 113 | 0 | 0.24 | 0.56 | 0 | 34.23 | 1 | 0.72 |
| Hex | FF | C2 | 71 | 0 | 18 | 38 | 0 | 22 | 64 | 48 |
| Octal | 377 | 302 | 161 | 0 | 30 | 70 | 0 | 42 | 144 | 110 |
| Binary | 11111111 | 11000010 | 1110001 | 0 | 11000 | 111000 | 0 | 100010 | 1100100 | 1001000 |
Color Harmonies of #FFC271
Complementary color
Monochromatic Colors of #FFC271
Black with #FFC271
Text Example
Text Example
White with #FFC271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC271; }
p { color: rgb(255,194,113); }
H1.HeaderClassName
{
color: #FFC271;
}
.AnyTagClassName
{
color: #FFC271;
}
</style>
background-color css
<style>
a { background-color: #FFC271; }
a { background-color: rgb(255,194,113); }
div.DivClassName
{
background-color: #FFC271;
}
.BgClassName
{
background-color: #FFC271;
}
</style>
border-color css
<style>
span { border-color: #FFC271; }
span { border-color: rgb(255,194,113); }
td.TdClassName
{
border-color: #FFC271;
}
.TagClassName
{
border-color: #FFC271;
}
</style>