Shades of Paris Daisy #F8EE56
Tints of Paris Daisy #F8EE56
RGB
CMYK
RGB Variations
Color information
#F8EE56 (or 0xF8EE56) is known color: Paris Daisy. HEX triplet: F8, EE and 56. RGB value is (248,238,86). Sum of RGB (Red+Green+Blue) = 248+238+86=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 86 (33.98% from 255 or 15.03% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EE56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8EE56 is #0711A9. Grayscale: #E0E0E0. Windows color (decimal): -463274 or 5697272. OLE color: 5697272.
HSL color Cylindrical-coordinate representation of color #F8EE56: hue angle of 56.3º 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 #F8EE56 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 238 | 86 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.03 |
| HSL | 56.3º | 0.92% | 0.65% | - |
| HSV(B) | 56.3º | 0.65% | 0.97% | - |
| XYZ | 70.97 | 81.78 | 20.85 | - |
| YUV | 223.66 | 50.31 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 238 | 86 | 0 | 0.04 | 0.65 | 0.03 | 56.3 | 0.92 | 0.65 |
| Hex | F8 | EE | 56 | 0 | 4 | 41 | 3 | 38 | 5C | 41 |
| Octal | 370 | 356 | 126 | 0 | 4 | 101 | 3 | 70 | 134 | 101 |
| Binary | 11111000 | 11101110 | 1010110 | 0 | 100 | 1000001 | 11 | 111000 | 1011100 | 1000001 |
Color Harmonies of #F8EE56
Complementary color
Monochromatic Colors of #F8EE56
Black with #F8EE56
Text Example
Text Example
White with #F8EE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EE56; }
p { color: rgb(248,238,86); }
H1.HeaderClassName
{
color: #F8EE56;
}
.AnyTagClassName
{
color: #F8EE56;
}
</style>
background-color css
<style>
a { background-color: #F8EE56; }
a { background-color: rgb(248,238,86); }
div.DivClassName
{
background-color: #F8EE56;
}
.BgClassName
{
background-color: #F8EE56;
}
</style>
border-color css
<style>
span { border-color: #F8EE56; }
span { border-color: rgb(248,238,86); }
td.TdClassName
{
border-color: #F8EE56;
}
.TagClassName
{
border-color: #F8EE56;
}
</style>