Shades of Paris Daisy #F8E356
Tints of Paris Daisy #F8E356
RGB
CMYK
RGB Variations
Color information
#F8E356 (or 0xF8E356) is known color: Paris Daisy. HEX triplet: F8, E3 and 56. RGB value is (248,227,86). Sum of RGB (Red+Green+Blue) = 248+227+86=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 86 (33.98% from 255 or 15.33% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E356 is #071CA9. Grayscale: #D9D9D9. Windows color (decimal): -466090 or 5694456. OLE color: 5694456.
HSL color Cylindrical-coordinate representation of color #F8E356: hue angle of 52.22º 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 #F8E356 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 227 | 86 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.03 |
| HSL | 52.22º | 0.92% | 0.65% | - |
| HSV(B) | 52.22º | 0.65% | 0.97% | - |
| XYZ | 67.86 | 75.57 | 19.81 | - |
| YUV | 217.21 | 53.96 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 227 | 86 | 0 | 0.08 | 0.65 | 0.03 | 52.22 | 0.92 | 0.65 |
| Hex | F8 | E3 | 56 | 0 | 8 | 41 | 3 | 34 | 5C | 41 |
| Octal | 370 | 343 | 126 | 0 | 10 | 101 | 3 | 64 | 134 | 101 |
| Binary | 11111000 | 11100011 | 1010110 | 0 | 1000 | 1000001 | 11 | 110100 | 1011100 | 1000001 |
Color Harmonies of #F8E356
Complementary color
Monochromatic Colors of #F8E356
Black with #F8E356
Text Example
Text Example
White with #F8E356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E356; }
p { color: rgb(248,227,86); }
H1.HeaderClassName
{
color: #F8E356;
}
.AnyTagClassName
{
color: #F8E356;
}
</style>
background-color css
<style>
a { background-color: #F8E356; }
a { background-color: rgb(248,227,86); }
div.DivClassName
{
background-color: #F8E356;
}
.BgClassName
{
background-color: #F8E356;
}
</style>
border-color css
<style>
span { border-color: #F8E356; }
span { border-color: rgb(248,227,86); }
td.TdClassName
{
border-color: #F8E356;
}
.TagClassName
{
border-color: #F8E356;
}
</style>