Shades of Paris Daisy #F2F440
Tints of Paris Daisy #F2F440
RGB
CMYK
RGB Variations
Color information
#F2F440 (or 0xF2F440) is known color: Paris Daisy. HEX triplet: F2, F4 and 40. RGB value is (242,244,64). Sum of RGB (Red+Green+Blue) = 242+244+64=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 244 (95.70% from 255 or 44.36% from 550); Blue value is 64 (25.39% from 255 or 11.64% from 550); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F440 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F440 is #0D0BBF. Grayscale: #DFDFDF. Windows color (decimal): -854976 or 4257010. OLE color: 4257010.
HSL color Cylindrical-coordinate representation of color #F2F440: hue angle of 60.67º degrees, saturation: 0.89, 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 #F2F440 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 244 | 64 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.04 |
| HSL | 60.67º | 0.89% | 0.6% | - |
| HSV(B) | 60.67º | 0.74% | 0.96% | - |
| XYZ | 69.89 | 83.95 | 17.37 | - |
| YUV | 222.88 | 38.34 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 244 | 64 | 0.01 | 0 | 0.74 | 0.04 | 60.67 | 0.89 | 0.6 |
| Hex | F2 | F4 | 40 | 1 | 0 | 4A | 4 | 3D | 59 | 3C |
| Octal | 362 | 364 | 100 | 1 | 0 | 112 | 4 | 75 | 131 | 74 |
| Binary | 11110010 | 11110100 | 1000000 | 1 | 0 | 1001010 | 100 | 111101 | 1011001 | 111100 |
Color Harmonies of #F2F440
Complementary color
Monochromatic Colors of #F2F440
Black with #F2F440
Text Example
Text Example
White with #F2F440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F440; }
p { color: rgb(242,244,64); }
H1.HeaderClassName
{
color: #F2F440;
}
.AnyTagClassName
{
color: #F2F440;
}
</style>
background-color css
<style>
a { background-color: #F2F440; }
a { background-color: rgb(242,244,64); }
div.DivClassName
{
background-color: #F2F440;
}
.BgClassName
{
background-color: #F2F440;
}
</style>
border-color css
<style>
span { border-color: #F2F440; }
span { border-color: rgb(242,244,64); }
td.TdClassName
{
border-color: #F2F440;
}
.TagClassName
{
border-color: #F2F440;
}
</style>