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