Shades of Chardonnay #F8C281
Tints of Chardonnay #F8C281
RGB
CMYK
RGB Variations
Color information
#F8C281 (or 0xF8C281) is known color: Chardonnay. HEX triplet: F8, C2 and 81. RGB value is (248,194,129). Sum of RGB (Red+Green+Blue) = 248+194+129=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 129 (50.78% from 255 or 22.59% from 571); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C281 is #073D7E. Grayscale: #CBCBCB. Windows color (decimal): -474495 or 8504056. OLE color: 8504056.
HSL color Cylindrical-coordinate representation of color #F8C281: hue angle of 32.77º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8C281 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 129 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.03 |
| HSL | 32.77º | 0.89% | 0.74% | - |
| HSV(B) | 32.77º | 0.48% | 0.97% | - |
| XYZ | 61.97 | 60.13 | 29.11 | - |
| YUV | 202.74 | 86.39 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 129 | 0 | 0.22 | 0.48 | 0.03 | 32.77 | 0.89 | 0.74 |
| Hex | F8 | C2 | 81 | 0 | 16 | 30 | 3 | 21 | 59 | 4A |
| Octal | 370 | 302 | 201 | 0 | 26 | 60 | 3 | 41 | 131 | 112 |
| Binary | 11111000 | 11000010 | 10000001 | 0 | 10110 | 110000 | 11 | 100001 | 1011001 | 1001010 |
Color Harmonies of #F8C281
Complementary color
Monochromatic Colors of #F8C281
Black with #F8C281
Text Example
Text Example
White with #F8C281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C281; }
p { color: rgb(248,194,129); }
H1.HeaderClassName
{
color: #F8C281;
}
.AnyTagClassName
{
color: #F8C281;
}
</style>
background-color css
<style>
a { background-color: #F8C281; }
a { background-color: rgb(248,194,129); }
div.DivClassName
{
background-color: #F8C281;
}
.BgClassName
{
background-color: #F8C281;
}
</style>
border-color css
<style>
span { border-color: #F8C281; }
span { border-color: rgb(248,194,129); }
td.TdClassName
{
border-color: #F8C281;
}
.TagClassName
{
border-color: #F8C281;
}
</style>