Shades of Paris Daisy #F2F454
Tints of Paris Daisy #F2F454
RGB
CMYK
RGB Variations
Color information
#F2F454 (or 0xF2F454) is known color: Paris Daisy. HEX triplet: F2, F4 and 54. RGB value is (242,244,84). Sum of RGB (Red+Green+Blue) = 242+244+84=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 244 (95.70% from 255 or 42.81% from 570); Blue value is 84 (33.20% from 255 or 14.74% from 570); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F454 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F454 is #0D0BAB. Grayscale: #E1E1E1. Windows color (decimal): -854956 or 5567730. OLE color: 5567730.
HSL color Cylindrical-coordinate representation of color #F2F454: hue angle of 60.75º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2F454 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 244 | 84 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.04 |
| HSL | 60.75º | 0.88% | 0.64% | - |
| HSV(B) | 60.75º | 0.66% | 0.96% | - |
| XYZ | 70.57 | 84.22 | 20.92 | - |
| YUV | 225.16 | 48.34 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 244 | 84 | 0.01 | 0 | 0.66 | 0.04 | 60.75 | 0.88 | 0.64 |
| Hex | F2 | F4 | 54 | 1 | 0 | 42 | 4 | 3D | 58 | 40 |
| Octal | 362 | 364 | 124 | 1 | 0 | 102 | 4 | 75 | 130 | 100 |
| Binary | 11110010 | 11110100 | 1010100 | 1 | 0 | 1000010 | 100 | 111101 | 1011000 | 1000000 |
Color Harmonies of #F2F454
Complementary color
Monochromatic Colors of #F2F454
Black with #F2F454
Text Example
Text Example
White with #F2F454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F454; }
p { color: rgb(242,244,84); }
H1.HeaderClassName
{
color: #F2F454;
}
.AnyTagClassName
{
color: #F2F454;
}
</style>
background-color css
<style>
a { background-color: #F2F454; }
a { background-color: rgb(242,244,84); }
div.DivClassName
{
background-color: #F2F454;
}
.BgClassName
{
background-color: #F2F454;
}
</style>
border-color css
<style>
span { border-color: #F2F454; }
span { border-color: rgb(242,244,84); }
td.TdClassName
{
border-color: #F2F454;
}
.TagClassName
{
border-color: #F2F454;
}
</style>