Shades of Paris Daisy #F2F441
Tints of Paris Daisy #F2F441
RGB
CMYK
RGB Variations
Color information
#F2F441 (or 0xF2F441) is known color: Paris Daisy. HEX triplet: F2, F4 and 41. RGB value is (242,244,65). Sum of RGB (Red+Green+Blue) = 242+244+65=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 65 (25.78% from 255 or 11.80% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F441 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F441 is #0D0BBE. Grayscale: #DFDFDF. Windows color (decimal): -854975 or 4322546. OLE color: 4322546.
HSL color Cylindrical-coordinate representation of color #F2F441: hue angle of 60.67º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F2F441 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 244 | 65 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.04 |
| HSL | 60.67º | 0.89% | 0.61% | - |
| HSV(B) | 60.67º | 0.73% | 0.96% | - |
| XYZ | 69.92 | 83.96 | 17.52 | - |
| YUV | 223 | 38.84 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 244 | 65 | 0.01 | 0 | 0.73 | 0.04 | 60.67 | 0.89 | 0.61 |
| Hex | F2 | F4 | 41 | 1 | 0 | 49 | 4 | 3D | 59 | 3D |
| Octal | 362 | 364 | 101 | 1 | 0 | 111 | 4 | 75 | 131 | 75 |
| Binary | 11110010 | 11110100 | 1000001 | 1 | 0 | 1001001 | 100 | 111101 | 1011001 | 111101 |
Color Harmonies of #F2F441
Complementary color
Monochromatic Colors of #F2F441
Black with #F2F441
Text Example
Text Example
White with #F2F441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F441; }
p { color: rgb(242,244,65); }
H1.HeaderClassName
{
color: #F2F441;
}
.AnyTagClassName
{
color: #F2F441;
}
</style>
background-color css
<style>
a { background-color: #F2F441; }
a { background-color: rgb(242,244,65); }
div.DivClassName
{
background-color: #F2F441;
}
.BgClassName
{
background-color: #F2F441;
}
</style>
border-color css
<style>
span { border-color: #F2F441; }
span { border-color: rgb(242,244,65); }
td.TdClassName
{
border-color: #F2F441;
}
.TagClassName
{
border-color: #F2F441;
}
</style>