Shades of Paris Daisy #F1FB3C
Tints of Paris Daisy #F1FB3C
RGB
CMYK
RGB Variations
Color information
#F1FB3C (or 0xF1FB3C) is known color: Paris Daisy. HEX triplet: F1, FB and 3C. RGB value is (241,251,60). Sum of RGB (Red+Green+Blue) = 241+251+60=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 60 (23.83% from 255 or 10.87% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FB3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FB3C is #0E04C3. Grayscale: #E2E2E2. Windows color (decimal): -918724 or 3996657. OLE color: 3996657.
HSL color Cylindrical-coordinate representation of color #F1FB3C: hue angle of 63.14º 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 #F1FB3C is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 251 | 60 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.02 |
| HSL | 63.14º | 0.96% | 0.61% | - |
| HSV(B) | 63.14º | 0.76% | 0.98% | - |
| XYZ | 71.59 | 88.02 | 17.49 | - |
| YUV | 226.24 | 34.19 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 251 | 60 | 0.04 | 0 | 0.76 | 0.02 | 63.14 | 0.96 | 0.61 |
| Hex | F1 | FB | 3C | 4 | 0 | 4C | 2 | 3F | 60 | 3D |
| Octal | 361 | 373 | 74 | 4 | 0 | 114 | 2 | 77 | 140 | 75 |
| Binary | 11110001 | 11111011 | 111100 | 100 | 0 | 1001100 | 10 | 111111 | 1100000 | 111101 |
Color Harmonies of #F1FB3C
Complementary color
Monochromatic Colors of #F1FB3C
Black with #F1FB3C
Text Example
Text Example
White with #F1FB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FB3C; }
p { color: rgb(241,251,60); }
H1.HeaderClassName
{
color: #F1FB3C;
}
.AnyTagClassName
{
color: #F1FB3C;
}
</style>
background-color css
<style>
a { background-color: #F1FB3C; }
a { background-color: rgb(241,251,60); }
div.DivClassName
{
background-color: #F1FB3C;
}
.BgClassName
{
background-color: #F1FB3C;
}
</style>
border-color css
<style>
span { border-color: #F1FB3C; }
span { border-color: rgb(241,251,60); }
td.TdClassName
{
border-color: #F1FB3C;
}
.TagClassName
{
border-color: #F1FB3C;
}
</style>