Shades of Chardonnay #F8C27E
Tints of Chardonnay #F8C27E
RGB
CMYK
RGB Variations
Color information
#F8C27E (or 0xF8C27E) is known color: Chardonnay. HEX triplet: F8, C2 and 7E. RGB value is (248,194,126). Sum of RGB (Red+Green+Blue) = 248+194+126=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 126 (49.61% from 255 or 22.18% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C27E is #073D81. Grayscale: #CACACA. Windows color (decimal): -474498 or 8307448. OLE color: 8307448.
HSL color Cylindrical-coordinate representation of color #F8C27E: hue angle of 33.44º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8C27E is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 126 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.03 |
| HSL | 33.44º | 0.9% | 0.73% | - |
| HSV(B) | 33.44º | 0.49% | 0.97% | - |
| XYZ | 61.77 | 60.05 | 28.07 | - |
| YUV | 202.39 | 84.89 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 126 | 0 | 0.22 | 0.49 | 0.03 | 33.44 | 0.9 | 0.73 |
| Hex | F8 | C2 | 7E | 0 | 16 | 31 | 3 | 21 | 5A | 49 |
| Octal | 370 | 302 | 176 | 0 | 26 | 61 | 3 | 41 | 132 | 111 |
| Binary | 11111000 | 11000010 | 1111110 | 0 | 10110 | 110001 | 11 | 100001 | 1011010 | 1001001 |
Color Harmonies of #F8C27E
Complementary color
Monochromatic Colors of #F8C27E
Black with #F8C27E
Text Example
Text Example
White with #F8C27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C27E; }
p { color: rgb(248,194,126); }
H1.HeaderClassName
{
color: #F8C27E;
}
.AnyTagClassName
{
color: #F8C27E;
}
</style>
background-color css
<style>
a { background-color: #F8C27E; }
a { background-color: rgb(248,194,126); }
div.DivClassName
{
background-color: #F8C27E;
}
.BgClassName
{
background-color: #F8C27E;
}
</style>
border-color css
<style>
span { border-color: #F8C27E; }
span { border-color: rgb(248,194,126); }
td.TdClassName
{
border-color: #F8C27E;
}
.TagClassName
{
border-color: #F8C27E;
}
</style>