Shades of Chardonnay #F8C170
Tints of Chardonnay #F8C170
RGB
CMYK
RGB Variations
Color information
#F8C170 (or 0xF8C170) is known color: Chardonnay. HEX triplet: F8, C1 and 70. RGB value is (248,193,112). Sum of RGB (Red+Green+Blue) = 248+193+112=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C170 is #073E8F. Grayscale: #C8C8C8. Windows color (decimal): -474768 or 7389688. OLE color: 7389688.
HSL color Cylindrical-coordinate representation of color #F8C170: hue angle of 35.74º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8C170 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 193 | 112 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.03 |
| HSL | 35.74º | 0.91% | 0.71% | - |
| HSV(B) | 35.74º | 0.55% | 0.97% | - |
| XYZ | 60.71 | 59.27 | 23.57 | - |
| YUV | 200.21 | 78.22 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 193 | 112 | 0 | 0.22 | 0.55 | 0.03 | 35.74 | 0.91 | 0.71 |
| Hex | F8 | C1 | 70 | 0 | 16 | 37 | 3 | 24 | 5B | 47 |
| Octal | 370 | 301 | 160 | 0 | 26 | 67 | 3 | 44 | 133 | 107 |
| Binary | 11111000 | 11000001 | 1110000 | 0 | 10110 | 110111 | 11 | 100100 | 1011011 | 1000111 |
Color Harmonies of #F8C170
Complementary color
Monochromatic Colors of #F8C170
Black with #F8C170
Text Example
Text Example
White with #F8C170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C170; }
p { color: rgb(248,193,112); }
H1.HeaderClassName
{
color: #F8C170;
}
.AnyTagClassName
{
color: #F8C170;
}
</style>
background-color css
<style>
a { background-color: #F8C170; }
a { background-color: rgb(248,193,112); }
div.DivClassName
{
background-color: #F8C170;
}
.BgClassName
{
background-color: #F8C170;
}
</style>
border-color css
<style>
span { border-color: #F8C170; }
span { border-color: rgb(248,193,112); }
td.TdClassName
{
border-color: #F8C170;
}
.TagClassName
{
border-color: #F8C170;
}
</style>