Shades of Paris Daisy #F8EC56
Tints of Paris Daisy #F8EC56
RGB
CMYK
RGB Variations
Color information
#F8EC56 (or 0xF8EC56) is known color: Paris Daisy. HEX triplet: F8, EC and 56. RGB value is (248,236,86). Sum of RGB (Red+Green+Blue) = 248+236+86=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 86 (33.98% from 255 or 15.09% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EC56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8EC56 is #0713A9. Grayscale: #DFDFDF. Windows color (decimal): -463786 or 5696760. OLE color: 5696760.
HSL color Cylindrical-coordinate representation of color #F8EC56: hue angle of 55.56º 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 #F8EC56 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 86 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.03 |
| HSL | 55.56º | 0.92% | 0.65% | - |
| HSV(B) | 55.56º | 0.65% | 0.97% | - |
| XYZ | 70.39 | 80.62 | 20.66 | - |
| YUV | 222.49 | 50.98 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 86 | 0 | 0.05 | 0.65 | 0.03 | 55.56 | 0.92 | 0.65 |
| Hex | F8 | EC | 56 | 0 | 5 | 41 | 3 | 38 | 5C | 41 |
| Octal | 370 | 354 | 126 | 0 | 5 | 101 | 3 | 70 | 134 | 101 |
| Binary | 11111000 | 11101100 | 1010110 | 0 | 101 | 1000001 | 11 | 111000 | 1011100 | 1000001 |
Color Harmonies of #F8EC56
Complementary color
Monochromatic Colors of #F8EC56
Black with #F8EC56
Text Example
Text Example
White with #F8EC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EC56; }
p { color: rgb(248,236,86); }
H1.HeaderClassName
{
color: #F8EC56;
}
.AnyTagClassName
{
color: #F8EC56;
}
</style>
background-color css
<style>
a { background-color: #F8EC56; }
a { background-color: rgb(248,236,86); }
div.DivClassName
{
background-color: #F8EC56;
}
.BgClassName
{
background-color: #F8EC56;
}
</style>
border-color css
<style>
span { border-color: #F8EC56; }
span { border-color: rgb(248,236,86); }
td.TdClassName
{
border-color: #F8EC56;
}
.TagClassName
{
border-color: #F8EC56;
}
</style>