Shades of Paris Daisy #F8F04E
Tints of Paris Daisy #F8F04E
RGB
CMYK
RGB Variations
Color information
#F8F04E (or 0xF8F04E) is known color: Paris Daisy. HEX triplet: F8, F0 and 4E. RGB value is (248,240,78). Sum of RGB (Red+Green+Blue) = 248+240+78=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 78 (30.86% from 255 or 13.78% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F04E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F04E is #070FB1. Grayscale: #E0E0E0. Windows color (decimal): -462770 or 5173496. OLE color: 5173496.
HSL color Cylindrical-coordinate representation of color #F8F04E: hue angle of 57.18º 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 #F8F04E is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 78 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.03 |
| HSL | 57.18º | 0.92% | 0.64% | - |
| HSV(B) | 57.18º | 0.69% | 0.97% | - |
| XYZ | 71.25 | 82.83 | 19.44 | - |
| YUV | 223.92 | 45.65 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 78 | 0 | 0.03 | 0.69 | 0.03 | 57.18 | 0.92 | 0.64 |
| Hex | F8 | F0 | 4E | 0 | 3 | 45 | 3 | 39 | 5C | 40 |
| Octal | 370 | 360 | 116 | 0 | 3 | 105 | 3 | 71 | 134 | 100 |
| Binary | 11111000 | 11110000 | 1001110 | 0 | 11 | 1000101 | 11 | 111001 | 1011100 | 1000000 |
Color Harmonies of #F8F04E
Complementary color
Monochromatic Colors of #F8F04E
Black with #F8F04E
Text Example
Text Example
White with #F8F04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F04E; }
p { color: rgb(248,240,78); }
H1.HeaderClassName
{
color: #F8F04E;
}
.AnyTagClassName
{
color: #F8F04E;
}
</style>
background-color css
<style>
a { background-color: #F8F04E; }
a { background-color: rgb(248,240,78); }
div.DivClassName
{
background-color: #F8F04E;
}
.BgClassName
{
background-color: #F8F04E;
}
</style>
border-color css
<style>
span { border-color: #F8F04E; }
span { border-color: rgb(248,240,78); }
td.TdClassName
{
border-color: #F8F04E;
}
.TagClassName
{
border-color: #F8F04E;
}
</style>