Shades of Paris Daisy #F8E256
Tints of Paris Daisy #F8E256
RGB
CMYK
RGB Variations
Color information
#F8E256 (or 0xF8E256) is known color: Paris Daisy. HEX triplet: F8, E2 and 56. RGB value is (248,226,86). Sum of RGB (Red+Green+Blue) = 248+226+86=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 86 (33.98% from 255 or 15.36% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E256 is #071DA9. Grayscale: #D9D9D9. Windows color (decimal): -466346 or 5694200. OLE color: 5694200.
HSL color Cylindrical-coordinate representation of color #F8E256: hue angle of 51.85º 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 #F8E256 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 226 | 86 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.03 |
| HSL | 51.85º | 0.92% | 0.65% | - |
| HSV(B) | 51.85º | 0.65% | 0.97% | - |
| XYZ | 67.59 | 75.02 | 19.72 | - |
| YUV | 216.62 | 54.29 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 226 | 86 | 0 | 0.09 | 0.65 | 0.03 | 51.85 | 0.92 | 0.65 |
| Hex | F8 | E2 | 56 | 0 | 9 | 41 | 3 | 34 | 5C | 41 |
| Octal | 370 | 342 | 126 | 0 | 11 | 101 | 3 | 64 | 134 | 101 |
| Binary | 11111000 | 11100010 | 1010110 | 0 | 1001 | 1000001 | 11 | 110100 | 1011100 | 1000001 |
Color Harmonies of #F8E256
Complementary color
Monochromatic Colors of #F8E256
Black with #F8E256
Text Example
Text Example
White with #F8E256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E256; }
p { color: rgb(248,226,86); }
H1.HeaderClassName
{
color: #F8E256;
}
.AnyTagClassName
{
color: #F8E256;
}
</style>
background-color css
<style>
a { background-color: #F8E256; }
a { background-color: rgb(248,226,86); }
div.DivClassName
{
background-color: #F8E256;
}
.BgClassName
{
background-color: #F8E256;
}
</style>
border-color css
<style>
span { border-color: #F8E256; }
span { border-color: rgb(248,226,86); }
td.TdClassName
{
border-color: #F8E256;
}
.TagClassName
{
border-color: #F8E256;
}
</style>