Shades of Paris Daisy #F2F53F
Tints of Paris Daisy #F2F53F
RGB
CMYK
RGB Variations
Color information
#F2F53F (or 0xF2F53F) is known color: Paris Daisy. HEX triplet: F2, F5 and 3F. RGB value is (242,245,63). Sum of RGB (Red+Green+Blue) = 242+245+63=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 63 (25% from 255 or 11.45% from 550); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F53F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F53F is #0D0AC0. Grayscale: #E0E0E0. Windows color (decimal): -854721 or 4191730. OLE color: 4191730.
HSL color Cylindrical-coordinate representation of color #F2F53F: hue angle of 60.99º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2F53F is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 245 | 63 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.04 |
| HSL | 60.99º | 0.9% | 0.6% | - |
| HSV(B) | 60.99º | 0.74% | 0.96% | - |
| XYZ | 70.17 | 84.54 | 17.32 | - |
| YUV | 223.36 | 37.51 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 245 | 63 | 0.01 | 0 | 0.74 | 0.04 | 60.99 | 0.9 | 0.6 |
| Hex | F2 | F5 | 3F | 1 | 0 | 4A | 4 | 3D | 5A | 3C |
| Octal | 362 | 365 | 77 | 1 | 0 | 112 | 4 | 75 | 132 | 74 |
| Binary | 11110010 | 11110101 | 111111 | 1 | 0 | 1001010 | 100 | 111101 | 1011010 | 111100 |
Color Harmonies of #F2F53F
Complementary color
Monochromatic Colors of #F2F53F
Black with #F2F53F
Text Example
Text Example
White with #F2F53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F53F; }
p { color: rgb(242,245,63); }
H1.HeaderClassName
{
color: #F2F53F;
}
.AnyTagClassName
{
color: #F2F53F;
}
</style>
background-color css
<style>
a { background-color: #F2F53F; }
a { background-color: rgb(242,245,63); }
div.DivClassName
{
background-color: #F2F53F;
}
.BgClassName
{
background-color: #F2F53F;
}
</style>
border-color css
<style>
span { border-color: #F2F53F; }
span { border-color: rgb(242,245,63); }
td.TdClassName
{
border-color: #F2F53F;
}
.TagClassName
{
border-color: #F2F53F;
}
</style>