Shades of Paris Daisy #F2F04C
Tints of Paris Daisy #F2F04C
RGB
CMYK
RGB Variations
Color information
#F2F04C (or 0xF2F04C) is known color: Paris Daisy. HEX triplet: F2, F0 and 4C. RGB value is (242,240,76). Sum of RGB (Red+Green+Blue) = 242+240+76=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 76 (30.08% from 255 or 13.62% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F04C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F04C is #0D0FB3. Grayscale: #DEDEDE. Windows color (decimal): -855988 or 5042418. OLE color: 5042418.
HSL color Cylindrical-coordinate representation of color #F2F04C: hue angle of 59.28º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2F04C is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 76 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.05 |
| HSL | 59.28º | 0.86% | 0.62% | - |
| HSV(B) | 59.28º | 0.69% | 0.95% | - |
| XYZ | 69.08 | 81.72 | 18.97 | - |
| YUV | 221.9 | 45.66 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 76 | 0 | 0.01 | 0.69 | 0.05 | 59.28 | 0.86 | 0.62 |
| Hex | F2 | F0 | 4C | 0 | 1 | 45 | 5 | 3B | 56 | 3E |
| Octal | 362 | 360 | 114 | 0 | 1 | 105 | 5 | 73 | 126 | 76 |
| Binary | 11110010 | 11110000 | 1001100 | 0 | 1 | 1000101 | 101 | 111011 | 1010110 | 111110 |
Color Harmonies of #F2F04C
Complementary color
Monochromatic Colors of #F2F04C
Black with #F2F04C
Text Example
Text Example
White with #F2F04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F04C; }
p { color: rgb(242,240,76); }
H1.HeaderClassName
{
color: #F2F04C;
}
.AnyTagClassName
{
color: #F2F04C;
}
</style>
background-color css
<style>
a { background-color: #F2F04C; }
a { background-color: rgb(242,240,76); }
div.DivClassName
{
background-color: #F2F04C;
}
.BgClassName
{
background-color: #F2F04C;
}
</style>
border-color css
<style>
span { border-color: #F2F04C; }
span { border-color: rgb(242,240,76); }
td.TdClassName
{
border-color: #F2F04C;
}
.TagClassName
{
border-color: #F2F04C;
}
</style>