Shades of Paris Daisy #F8E856
Tints of Paris Daisy #F8E856
RGB
CMYK
RGB Variations
Color information
#F8E856 (or 0xF8E856) is known color: Paris Daisy. HEX triplet: F8, E8 and 56. RGB value is (248,232,86). Sum of RGB (Red+Green+Blue) = 248+232+86=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 232 (91.02% from 255 or 40.99% from 566); Blue value is 86 (33.98% from 255 or 15.19% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E856 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8E856 is #0717A9. Grayscale: #DCDCDC. Windows color (decimal): -464810 or 5695736. OLE color: 5695736.
HSL color Cylindrical-coordinate representation of color #F8E856: hue angle of 54.07º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8E856 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 232 | 86 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.03 |
| HSL | 54.07º | 0.92% | 0.65% | - |
| HSV(B) | 54.07º | 0.65% | 0.97% | - |
| XYZ | 69.25 | 78.34 | 20.28 | - |
| YUV | 220.14 | 52.3 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 232 | 86 | 0 | 0.06 | 0.65 | 0.03 | 54.07 | 0.92 | 0.65 |
| Hex | F8 | E8 | 56 | 0 | 6 | 41 | 3 | 36 | 5C | 41 |
| Octal | 370 | 350 | 126 | 0 | 6 | 101 | 3 | 66 | 134 | 101 |
| Binary | 11111000 | 11101000 | 1010110 | 0 | 110 | 1000001 | 11 | 110110 | 1011100 | 1000001 |
Color Harmonies of #F8E856
Complementary color
Monochromatic Colors of #F8E856
Black with #F8E856
Text Example
Text Example
White with #F8E856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E856; }
p { color: rgb(248,232,86); }
H1.HeaderClassName
{
color: #F8E856;
}
.AnyTagClassName
{
color: #F8E856;
}
</style>
background-color css
<style>
a { background-color: #F8E856; }
a { background-color: rgb(248,232,86); }
div.DivClassName
{
background-color: #F8E856;
}
.BgClassName
{
background-color: #F8E856;
}
</style>
border-color css
<style>
span { border-color: #F8E856; }
span { border-color: rgb(248,232,86); }
td.TdClassName
{
border-color: #F8E856;
}
.TagClassName
{
border-color: #F8E856;
}
</style>