Shades of Paris Daisy #F8E54E
Tints of Paris Daisy #F8E54E
RGB
CMYK
RGB Variations
Color information
#F8E54E (or 0xF8E54E) is known color: Paris Daisy. HEX triplet: F8, E5 and 4E. RGB value is (248,229,78). Sum of RGB (Red+Green+Blue) = 248+229+78=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 78 (30.86% from 255 or 14.05% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E54E is #071AB1. Grayscale: #DADADA. Windows color (decimal): -465586 or 5170680. OLE color: 5170680.
HSL color Cylindrical-coordinate representation of color #F8E54E: hue angle of 53.29º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8E54E is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 229 | 78 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.03 |
| HSL | 53.29º | 0.92% | 0.64% | - |
| HSV(B) | 53.29º | 0.69% | 0.97% | - |
| XYZ | 68.11 | 76.55 | 18.39 | - |
| YUV | 217.47 | 49.29 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 229 | 78 | 0 | 0.08 | 0.69 | 0.03 | 53.29 | 0.92 | 0.64 |
| Hex | F8 | E5 | 4E | 0 | 8 | 45 | 3 | 35 | 5C | 40 |
| Octal | 370 | 345 | 116 | 0 | 10 | 105 | 3 | 65 | 134 | 100 |
| Binary | 11111000 | 11100101 | 1001110 | 0 | 1000 | 1000101 | 11 | 110101 | 1011100 | 1000000 |
Color Harmonies of #F8E54E
Complementary color
Monochromatic Colors of #F8E54E
Black with #F8E54E
Text Example
Text Example
White with #F8E54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E54E; }
p { color: rgb(248,229,78); }
H1.HeaderClassName
{
color: #F8E54E;
}
.AnyTagClassName
{
color: #F8E54E;
}
</style>
background-color css
<style>
a { background-color: #F8E54E; }
a { background-color: rgb(248,229,78); }
div.DivClassName
{
background-color: #F8E54E;
}
.BgClassName
{
background-color: #F8E54E;
}
</style>
border-color css
<style>
span { border-color: #F8E54E; }
span { border-color: rgb(248,229,78); }
td.TdClassName
{
border-color: #F8E54E;
}
.TagClassName
{
border-color: #F8E54E;
}
</style>