Shades of Paris Daisy #F2F853
Tints of Paris Daisy #F2F853
RGB
CMYK
RGB Variations
Color information
#F2F853 (or 0xF2F853) is known color: Paris Daisy. HEX triplet: F2, F8 and 53. RGB value is (242,248,83). Sum of RGB (Red+Green+Blue) = 242+248+83=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 248 (97.27% from 255 or 43.28% from 573); Blue value is 83 (32.81% from 255 or 14.49% from 573); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F853 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F853 is #0D07AC. Grayscale: #E4E4E4. Windows color (decimal): -853933 or 5503218. OLE color: 5503218.
HSL color Cylindrical-coordinate representation of color #F2F853: hue angle of 62.18º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2F853 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 248 | 83 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.03 |
| HSL | 62.18º | 0.92% | 0.65% | - |
| HSV(B) | 62.18º | 0.67% | 0.97% | - |
| XYZ | 71.75 | 86.64 | 21.12 | - |
| YUV | 227.4 | 46.51 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 248 | 83 | 0.02 | 0 | 0.67 | 0.03 | 62.18 | 0.92 | 0.65 |
| Hex | F2 | F8 | 53 | 2 | 0 | 43 | 3 | 3E | 5C | 41 |
| Octal | 362 | 370 | 123 | 2 | 0 | 103 | 3 | 76 | 134 | 101 |
| Binary | 11110010 | 11111000 | 1010011 | 10 | 0 | 1000011 | 11 | 111110 | 1011100 | 1000001 |
Color Harmonies of #F2F853
Complementary color
Monochromatic Colors of #F2F853
Black with #F2F853
Text Example
Text Example
White with #F2F853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F853; }
p { color: rgb(242,248,83); }
H1.HeaderClassName
{
color: #F2F853;
}
.AnyTagClassName
{
color: #F2F853;
}
</style>
background-color css
<style>
a { background-color: #F2F853; }
a { background-color: rgb(242,248,83); }
div.DivClassName
{
background-color: #F2F853;
}
.BgClassName
{
background-color: #F2F853;
}
</style>
border-color css
<style>
span { border-color: #F2F853; }
span { border-color: rgb(242,248,83); }
td.TdClassName
{
border-color: #F2F853;
}
.TagClassName
{
border-color: #F2F853;
}
</style>