Shades of Chardonnay #F8C078
Tints of Chardonnay #F8C078
RGB
CMYK
RGB Variations
Color information
#F8C078 (or 0xF8C078) is known color: Chardonnay. HEX triplet: F8, C0 and 78. RGB value is (248,192,120). Sum of RGB (Red+Green+Blue) = 248+192+120=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 120 (47.27% from 255 or 21.43% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C078 is #073F87. Grayscale: #C8C8C8. Windows color (decimal): -475016 or 7913720. OLE color: 7913720.
HSL color Cylindrical-coordinate representation of color #F8C078: hue angle of 33.75º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8C078 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 120 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.03 |
| HSL | 33.75º | 0.9% | 0.72% | - |
| HSV(B) | 33.75º | 0.52% | 0.97% | - |
| XYZ | 60.95 | 59.01 | 25.95 | - |
| YUV | 200.54 | 82.55 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 120 | 0 | 0.23 | 0.52 | 0.03 | 33.75 | 0.9 | 0.72 |
| Hex | F8 | C0 | 78 | 0 | 17 | 34 | 3 | 22 | 5A | 48 |
| Octal | 370 | 300 | 170 | 0 | 27 | 64 | 3 | 42 | 132 | 110 |
| Binary | 11111000 | 11000000 | 1111000 | 0 | 10111 | 110100 | 11 | 100010 | 1011010 | 1001000 |
Color Harmonies of #F8C078
Complementary color
Monochromatic Colors of #F8C078
Black with #F8C078
Text Example
Text Example
White with #F8C078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C078; }
p { color: rgb(248,192,120); }
H1.HeaderClassName
{
color: #F8C078;
}
.AnyTagClassName
{
color: #F8C078;
}
</style>
background-color css
<style>
a { background-color: #F8C078; }
a { background-color: rgb(248,192,120); }
div.DivClassName
{
background-color: #F8C078;
}
.BgClassName
{
background-color: #F8C078;
}
</style>
border-color css
<style>
span { border-color: #F8C078; }
span { border-color: rgb(248,192,120); }
td.TdClassName
{
border-color: #F8C078;
}
.TagClassName
{
border-color: #F8C078;
}
</style>