Shades of Chardonnay #F8C17D
Tints of Chardonnay #F8C17D
RGB
CMYK
RGB Variations
Color information
#F8C17D (or 0xF8C17D) is known color: Chardonnay. HEX triplet: F8, C1 and 7D. RGB value is (248,193,125). Sum of RGB (Red+Green+Blue) = 248+193+125=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C17D is #073E82. Grayscale: #CACACA. Windows color (decimal): -474755 or 8241656. OLE color: 8241656.
HSL color Cylindrical-coordinate representation of color #F8C17D: hue angle of 33.17º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8C17D is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 193 | 125 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.03 |
| HSL | 33.17º | 0.9% | 0.73% | - |
| HSV(B) | 33.17º | 0.5% | 0.97% | - |
| XYZ | 61.48 | 59.58 | 27.66 | - |
| YUV | 201.69 | 84.72 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 193 | 125 | 0 | 0.22 | 0.50 | 0.03 | 33.17 | 0.9 | 0.73 |
| Hex | F8 | C1 | 7D | 0 | 16 | 32 | 3 | 21 | 5A | 49 |
| Octal | 370 | 301 | 175 | 0 | 26 | 62 | 3 | 41 | 132 | 111 |
| Binary | 11111000 | 11000001 | 1111101 | 0 | 10110 | 110010 | 11 | 100001 | 1011010 | 1001001 |
Color Harmonies of #F8C17D
Complementary color
Monochromatic Colors of #F8C17D
Black with #F8C17D
Text Example
Text Example
White with #F8C17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C17D; }
p { color: rgb(248,193,125); }
H1.HeaderClassName
{
color: #F8C17D;
}
.AnyTagClassName
{
color: #F8C17D;
}
</style>
background-color css
<style>
a { background-color: #F8C17D; }
a { background-color: rgb(248,193,125); }
div.DivClassName
{
background-color: #F8C17D;
}
.BgClassName
{
background-color: #F8C17D;
}
</style>
border-color css
<style>
span { border-color: #F8C17D; }
span { border-color: rgb(248,193,125); }
td.TdClassName
{
border-color: #F8C17D;
}
.TagClassName
{
border-color: #F8C17D;
}
</style>