Shades of Paris Daisy #F0E248
Tints of Paris Daisy #F0E248
RGB
CMYK
RGB Variations
Color information
#F0E248 (or 0xF0E248) is known color: Paris Daisy. HEX triplet: F0, E2 and 48. RGB value is (240,226,72). Sum of RGB (Red+Green+Blue) = 240+226+72=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 72 (28.52% from 255 or 13.38% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E248 is #0F1DB7. Grayscale: #D5D5D5. Windows color (decimal): -990648 or 4776688. OLE color: 4776688.
HSL color Cylindrical-coordinate representation of color #F0E248: hue angle of 55º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0E248 is Cyan = 0, Magento = 0.06, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 72 | - |
| CMYK | 0 | 0.06 | 0.7 | 0.06 |
| HSL | 55º | 0.85% | 0.61% | - |
| HSV(B) | 55º | 0.7% | 0.94% | - |
| XYZ | 64.3 | 73.39 | 16.91 | - |
| YUV | 212.63 | 48.64 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 72 | 0 | 0.06 | 0.7 | 0.06 | 55 | 0.85 | 0.61 |
| Hex | F0 | E2 | 48 | 0 | 6 | 46 | 6 | 37 | 55 | 3D |
| Octal | 360 | 342 | 110 | 0 | 6 | 106 | 6 | 67 | 125 | 75 |
| Binary | 11110000 | 11100010 | 1001000 | 0 | 110 | 1000110 | 110 | 110111 | 1010101 | 111101 |
Color Harmonies of #F0E248
Complementary color
Monochromatic Colors of #F0E248
Black with #F0E248
Text Example
Text Example
White with #F0E248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E248; }
p { color: rgb(240,226,72); }
H1.HeaderClassName
{
color: #F0E248;
}
.AnyTagClassName
{
color: #F0E248;
}
</style>
background-color css
<style>
a { background-color: #F0E248; }
a { background-color: rgb(240,226,72); }
div.DivClassName
{
background-color: #F0E248;
}
.BgClassName
{
background-color: #F0E248;
}
</style>
border-color css
<style>
span { border-color: #F0E248; }
span { border-color: rgb(240,226,72); }
td.TdClassName
{
border-color: #F0E248;
}
.TagClassName
{
border-color: #F0E248;
}
</style>