Shades of Paris Daisy #F8E854
Tints of Paris Daisy #F8E854
RGB
CMYK
RGB Variations
Color information
#F8E854 (or 0xF8E854) is known color: Paris Daisy. HEX triplet: F8, E8 and 54. RGB value is (248,232,84). Sum of RGB (Red+Green+Blue) = 248+232+84=564 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.97% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 84 (33.20% from 255 or 14.89% from 564); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E854 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8E854 is #0717AB. Grayscale: #DCDCDC. Windows color (decimal): -464812 or 5564664. OLE color: 5564664.
HSL color Cylindrical-coordinate representation of color #F8E854: hue angle of 54.15º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F8E854 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 232 | 84 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.03 |
| HSL | 54.15º | 0.92% | 0.65% | - |
| HSV(B) | 54.15º | 0.66% | 0.97% | - |
| XYZ | 69.17 | 78.31 | 19.86 | - |
| YUV | 219.91 | 51.3 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 232 | 84 | 0 | 0.06 | 0.66 | 0.03 | 54.15 | 0.92 | 0.65 |
| Hex | F8 | E8 | 54 | 0 | 6 | 42 | 3 | 36 | 5C | 41 |
| Octal | 370 | 350 | 124 | 0 | 6 | 102 | 3 | 66 | 134 | 101 |
| Binary | 11111000 | 11101000 | 1010100 | 0 | 110 | 1000010 | 11 | 110110 | 1011100 | 1000001 |
Color Harmonies of #F8E854
Complementary color
Monochromatic Colors of #F8E854
Black with #F8E854
Text Example
Text Example
White with #F8E854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E854; }
p { color: rgb(248,232,84); }
H1.HeaderClassName
{
color: #F8E854;
}
.AnyTagClassName
{
color: #F8E854;
}
</style>
background-color css
<style>
a { background-color: #F8E854; }
a { background-color: rgb(248,232,84); }
div.DivClassName
{
background-color: #F8E854;
}
.BgClassName
{
background-color: #F8E854;
}
</style>
border-color css
<style>
span { border-color: #F8E854; }
span { border-color: rgb(248,232,84); }
td.TdClassName
{
border-color: #F8E854;
}
.TagClassName
{
border-color: #F8E854;
}
</style>