Shades of Chardonnay #FFC272
Tints of Chardonnay #FFC272
RGB
CMYK
RGB Variations
Color information
#FFC272 (or 0xFFC272) is known color: Chardonnay. HEX triplet: FF, C2 and 72. RGB value is (255,194,114). Sum of RGB (Red+Green+Blue) = 255+194+114=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 114 (44.92% from 255 or 20.25% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC272 is #003D8D. Grayscale: #CBCBCB. Windows color (decimal): -15758 or 7521023. OLE color: 7521023.
HSL color Cylindrical-coordinate representation of color #FFC272: hue angle of 34.04º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFC272 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 114 | - |
| CMYK | 0 | 0.24 | 0.55 | 0 |
| HSL | 34.04º | 1% | 0.72% | - |
| HSV(B) | 34.04º | 0.55% | 1% | - |
| XYZ | 63.57 | 61.06 | 24.35 | - |
| YUV | 203.12 | 77.71 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 114 | 0 | 0.24 | 0.55 | 0 | 34.04 | 1 | 0.72 |
| Hex | FF | C2 | 72 | 0 | 18 | 37 | 0 | 22 | 64 | 48 |
| Octal | 377 | 302 | 162 | 0 | 30 | 67 | 0 | 42 | 144 | 110 |
| Binary | 11111111 | 11000010 | 1110010 | 0 | 11000 | 110111 | 0 | 100010 | 1100100 | 1001000 |
Color Harmonies of #FFC272
Complementary color
Monochromatic Colors of #FFC272
Black with #FFC272
Text Example
Text Example
White with #FFC272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC272; }
p { color: rgb(255,194,114); }
H1.HeaderClassName
{
color: #FFC272;
}
.AnyTagClassName
{
color: #FFC272;
}
</style>
background-color css
<style>
a { background-color: #FFC272; }
a { background-color: rgb(255,194,114); }
div.DivClassName
{
background-color: #FFC272;
}
.BgClassName
{
background-color: #FFC272;
}
</style>
border-color css
<style>
span { border-color: #FFC272; }
span { border-color: rgb(255,194,114); }
td.TdClassName
{
border-color: #FFC272;
}
.TagClassName
{
border-color: #FFC272;
}
</style>