Shades of Paris Daisy #F2F040
Tints of Paris Daisy #F2F040
RGB
CMYK
RGB Variations
Color information
#F2F040 (or 0xF2F040) is known color: Paris Daisy. HEX triplet: F2, F0 and 40. RGB value is (242,240,64). Sum of RGB (Red+Green+Blue) = 242+240+64=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 64 (25.39% from 255 or 11.72% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F040 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F040 is #0D0FBF. Grayscale: #DDDDDD. Windows color (decimal): -856000 or 4255986. OLE color: 4255986.
HSL color Cylindrical-coordinate representation of color #F2F040: hue angle of 59.33º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2F040 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 64 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.05 |
| HSL | 59.33º | 0.87% | 0.6% | - |
| HSV(B) | 59.33º | 0.74% | 0.95% | - |
| XYZ | 68.7 | 81.57 | 16.97 | - |
| YUV | 220.53 | 39.66 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 64 | 0 | 0.01 | 0.74 | 0.05 | 59.33 | 0.87 | 0.6 |
| Hex | F2 | F0 | 40 | 0 | 1 | 4A | 5 | 3B | 57 | 3C |
| Octal | 362 | 360 | 100 | 0 | 1 | 112 | 5 | 73 | 127 | 74 |
| Binary | 11110010 | 11110000 | 1000000 | 0 | 1 | 1001010 | 101 | 111011 | 1010111 | 111100 |
Color Harmonies of #F2F040
Complementary color
Monochromatic Colors of #F2F040
Black with #F2F040
Text Example
Text Example
White with #F2F040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F040; }
p { color: rgb(242,240,64); }
H1.HeaderClassName
{
color: #F2F040;
}
.AnyTagClassName
{
color: #F2F040;
}
</style>
background-color css
<style>
a { background-color: #F2F040; }
a { background-color: rgb(242,240,64); }
div.DivClassName
{
background-color: #F2F040;
}
.BgClassName
{
background-color: #F2F040;
}
</style>
border-color css
<style>
span { border-color: #F2F040; }
span { border-color: rgb(242,240,64); }
td.TdClassName
{
border-color: #F2F040;
}
.TagClassName
{
border-color: #F2F040;
}
</style>