Shades of Paris Daisy #F8E047
Tints of Paris Daisy #F8E047
RGB
CMYK
RGB Variations
Color information
#F8E047 (or 0xF8E047) is known color: Paris Daisy. HEX triplet: F8, E0 and 47. RGB value is (248,224,71). Sum of RGB (Red+Green+Blue) = 248+224+71=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 71 (28.12% from 255 or 13.08% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8E047 is #071FB8. Grayscale: #D6D6D6. Windows color (decimal): -466873 or 4710648. OLE color: 4710648.
HSL color Cylindrical-coordinate representation of color #F8E047: hue angle of 51.86º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8E047 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 224 | 71 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.03 |
| HSL | 51.86º | 0.93% | 0.63% | - |
| HSV(B) | 51.86º | 0.71% | 0.97% | - |
| XYZ | 66.5 | 73.72 | 16.69 | - |
| YUV | 213.73 | 47.45 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 224 | 71 | 0 | 0.10 | 0.71 | 0.03 | 51.86 | 0.93 | 0.63 |
| Hex | F8 | E0 | 47 | 0 | A | 47 | 3 | 34 | 5D | 3F |
| Octal | 370 | 340 | 107 | 0 | 12 | 107 | 3 | 64 | 135 | 77 |
| Binary | 11111000 | 11100000 | 1000111 | 0 | 1010 | 1000111 | 11 | 110100 | 1011101 | 111111 |
Color Harmonies of #F8E047
Complementary color
Monochromatic Colors of #F8E047
Black with #F8E047
Text Example
Text Example
White with #F8E047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E047; }
p { color: rgb(248,224,71); }
H1.HeaderClassName
{
color: #F8E047;
}
.AnyTagClassName
{
color: #F8E047;
}
</style>
background-color css
<style>
a { background-color: #F8E047; }
a { background-color: rgb(248,224,71); }
div.DivClassName
{
background-color: #F8E047;
}
.BgClassName
{
background-color: #F8E047;
}
</style>
border-color css
<style>
span { border-color: #F8E047; }
span { border-color: rgb(248,224,71); }
td.TdClassName
{
border-color: #F8E047;
}
.TagClassName
{
border-color: #F8E047;
}
</style>