Shades of Chardonnay #F8C470
Tints of Chardonnay #F8C470
RGB
CMYK
RGB Variations
Color information
#F8C470 (or 0xF8C470) is known color: Chardonnay. HEX triplet: F8, C4 and 70. RGB value is (248,196,112). Sum of RGB (Red+Green+Blue) = 248+196+112=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C470 is #073B8F. Grayscale: #CACACA. Windows color (decimal): -474000 or 7390456. OLE color: 7390456.
HSL color Cylindrical-coordinate representation of color #F8C470: hue angle of 37.06º 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 #F8C470 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 196 | 112 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.03 |
| HSL | 37.06º | 0.91% | 0.71% | - |
| HSV(B) | 37.06º | 0.55% | 0.97% | - |
| XYZ | 61.38 | 60.61 | 23.79 | - |
| YUV | 201.97 | 77.23 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 196 | 112 | 0 | 0.21 | 0.55 | 0.03 | 37.06 | 0.91 | 0.71 |
| Hex | F8 | C4 | 70 | 0 | 15 | 37 | 3 | 25 | 5B | 47 |
| Octal | 370 | 304 | 160 | 0 | 25 | 67 | 3 | 45 | 133 | 107 |
| Binary | 11111000 | 11000100 | 1110000 | 0 | 10101 | 110111 | 11 | 100101 | 1011011 | 1000111 |
Color Harmonies of #F8C470
Complementary color
Monochromatic Colors of #F8C470
Black with #F8C470
Text Example
Text Example
White with #F8C470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C470; }
p { color: rgb(248,196,112); }
H1.HeaderClassName
{
color: #F8C470;
}
.AnyTagClassName
{
color: #F8C470;
}
</style>
background-color css
<style>
a { background-color: #F8C470; }
a { background-color: rgb(248,196,112); }
div.DivClassName
{
background-color: #F8C470;
}
.BgClassName
{
background-color: #F8C470;
}
</style>
border-color css
<style>
span { border-color: #F8C470; }
span { border-color: rgb(248,196,112); }
td.TdClassName
{
border-color: #F8C470;
}
.TagClassName
{
border-color: #F8C470;
}
</style>