Shades of Paris Daisy #F0F154
Tints of Paris Daisy #F0F154
RGB
CMYK
RGB Variations
Color information
#F0F154 (or 0xF0F154) is known color: Paris Daisy. HEX triplet: F0, F1 and 54. RGB value is (240,241,84). Sum of RGB (Red+Green+Blue) = 240+241+84=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 84 (33.20% from 255 or 14.87% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F154 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F154 is #0F0EAB. Grayscale: #DFDFDF. Windows color (decimal): -986796 or 5566960. OLE color: 5566960.
HSL color Cylindrical-coordinate representation of color #F0F154: hue angle of 60.38º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0F154 is Cyan = 0.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 84 | - |
| CMYK | 0.00 | 0 | 0.65 | 0.05 |
| HSL | 60.38º | 0.85% | 0.64% | - |
| HSV(B) | 60.38º | 0.65% | 0.95% | - |
| XYZ | 68.99 | 82.08 | 20.59 | - |
| YUV | 222.8 | 49.67 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 84 | 0.00 | 0 | 0.65 | 0.05 | 60.38 | 0.85 | 0.64 |
| Hex | F0 | F1 | 54 | 0 | 0 | 41 | 5 | 3C | 55 | 40 |
| Octal | 360 | 361 | 124 | 0 | 0 | 101 | 5 | 74 | 125 | 100 |
| Binary | 11110000 | 11110001 | 1010100 | 0 | 0 | 1000001 | 101 | 111100 | 1010101 | 1000000 |
Color Harmonies of #F0F154
Complementary color
Monochromatic Colors of #F0F154
Black with #F0F154
Text Example
Text Example
White with #F0F154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F154; }
p { color: rgb(240,241,84); }
H1.HeaderClassName
{
color: #F0F154;
}
.AnyTagClassName
{
color: #F0F154;
}
</style>
background-color css
<style>
a { background-color: #F0F154; }
a { background-color: rgb(240,241,84); }
div.DivClassName
{
background-color: #F0F154;
}
.BgClassName
{
background-color: #F0F154;
}
</style>
border-color css
<style>
span { border-color: #F0F154; }
span { border-color: rgb(240,241,84); }
td.TdClassName
{
border-color: #F0F154;
}
.TagClassName
{
border-color: #F0F154;
}
</style>