Shades of Paris Daisy #F8F24E
Tints of Paris Daisy #F8F24E
RGB
CMYK
RGB Variations
Color information
#F8F24E (or 0xF8F24E) is known color: Paris Daisy. HEX triplet: F8, F2 and 4E. RGB value is (248,242,78). Sum of RGB (Red+Green+Blue) = 248+242+78=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 78 (30.86% from 255 or 13.73% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F24E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F24E is #070DB1. Grayscale: #E1E1E1. Windows color (decimal): -462258 or 5174008. OLE color: 5174008.
HSL color Cylindrical-coordinate representation of color #F8F24E: hue angle of 57.88º 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 #F8F24E is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 242 | 78 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.03 |
| HSL | 57.88º | 0.92% | 0.64% | - |
| HSV(B) | 57.88º | 0.69% | 0.97% | - |
| XYZ | 71.84 | 84.01 | 19.64 | - |
| YUV | 225.1 | 44.99 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 242 | 78 | 0 | 0.02 | 0.69 | 0.03 | 57.88 | 0.92 | 0.64 |
| Hex | F8 | F2 | 4E | 0 | 2 | 45 | 3 | 3A | 5C | 40 |
| Octal | 370 | 362 | 116 | 0 | 2 | 105 | 3 | 72 | 134 | 100 |
| Binary | 11111000 | 11110010 | 1001110 | 0 | 10 | 1000101 | 11 | 111010 | 1011100 | 1000000 |
Color Harmonies of #F8F24E
Complementary color
Monochromatic Colors of #F8F24E
Black with #F8F24E
Text Example
Text Example
White with #F8F24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F24E; }
p { color: rgb(248,242,78); }
H1.HeaderClassName
{
color: #F8F24E;
}
.AnyTagClassName
{
color: #F8F24E;
}
</style>
background-color css
<style>
a { background-color: #F8F24E; }
a { background-color: rgb(248,242,78); }
div.DivClassName
{
background-color: #F8F24E;
}
.BgClassName
{
background-color: #F8F24E;
}
</style>
border-color css
<style>
span { border-color: #F8F24E; }
span { border-color: rgb(248,242,78); }
td.TdClassName
{
border-color: #F8F24E;
}
.TagClassName
{
border-color: #F8F24E;
}
</style>