Shades of Paris Daisy #F2FB3C
Tints of Paris Daisy #F2FB3C
RGB
CMYK
RGB Variations
Color information
#F2FB3C (or 0xF2FB3C) is known color: Paris Daisy. HEX triplet: F2, FB and 3C. RGB value is (242,251,60). Sum of RGB (Red+Green+Blue) = 242+251+60=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 60 (23.83% from 255 or 10.85% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FB3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FB3C is #0D04C3. Grayscale: #E3E3E3. Windows color (decimal): -853188 or 3996658. OLE color: 3996658.
HSL color Cylindrical-coordinate representation of color #F2FB3C: hue angle of 62.83º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2FB3C is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 251 | 60 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.02 |
| HSL | 62.83º | 0.96% | 0.61% | - |
| HSV(B) | 62.83º | 0.76% | 0.98% | - |
| XYZ | 71.93 | 88.2 | 17.51 | - |
| YUV | 226.54 | 34.02 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 251 | 60 | 0.04 | 0 | 0.76 | 0.02 | 62.83 | 0.96 | 0.61 |
| Hex | F2 | FB | 3C | 4 | 0 | 4C | 2 | 3F | 60 | 3D |
| Octal | 362 | 373 | 74 | 4 | 0 | 114 | 2 | 77 | 140 | 75 |
| Binary | 11110010 | 11111011 | 111100 | 100 | 0 | 1001100 | 10 | 111111 | 1100000 | 111101 |
Color Harmonies of #F2FB3C
Complementary color
Monochromatic Colors of #F2FB3C
Black with #F2FB3C
Text Example
Text Example
White with #F2FB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FB3C; }
p { color: rgb(242,251,60); }
H1.HeaderClassName
{
color: #F2FB3C;
}
.AnyTagClassName
{
color: #F2FB3C;
}
</style>
background-color css
<style>
a { background-color: #F2FB3C; }
a { background-color: rgb(242,251,60); }
div.DivClassName
{
background-color: #F2FB3C;
}
.BgClassName
{
background-color: #F2FB3C;
}
</style>
border-color css
<style>
span { border-color: #F2FB3C; }
span { border-color: rgb(242,251,60); }
td.TdClassName
{
border-color: #F2FB3C;
}
.TagClassName
{
border-color: #F2FB3C;
}
</style>