Shades of Gorse #F1FF33
Tints of Gorse #F1FF33
RGB
CMYK
RGB Variations
Color information
#F1FF33 (or 0xF1FF33) is known color: Gorse. HEX triplet: F1, FF and 33. RGB value is (241,255,51). Sum of RGB (Red+Green+Blue) = 241+255+51=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 51 (20.31% from 255 or 9.32% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FF33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FF33 is #0E00CC. Grayscale: #E4E4E4. Windows color (decimal): -917709 or 3407857. OLE color: 3407857.
HSL color Cylindrical-coordinate representation of color #F1FF33: hue angle of 64.12º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1FF33 is Cyan = 0.05, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 51 | - |
| CMYK | 0.05 | 0 | 0.8 | 0 |
| HSL | 64.12º | 1% | 0.6% | - |
| HSV(B) | 64.12º | 0.8% | 1% | - |
| XYZ | 72.63 | 90.46 | 16.76 | - |
| YUV | 227.56 | 28.36 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 51 | 0.05 | 0 | 0.8 | 0 | 64.12 | 1 | 0.6 |
| Hex | F1 | FF | 33 | 5 | 0 | 50 | 0 | 40 | 64 | 3C |
| Octal | 361 | 377 | 63 | 5 | 0 | 120 | 0 | 100 | 144 | 74 |
| Binary | 11110001 | 11111111 | 110011 | 101 | 0 | 1010000 | 0 | 1000000 | 1100100 | 111100 |
Color Harmonies of #F1FF33
Complementary color
Monochromatic Colors of #F1FF33
Black with #F1FF33
Text Example
Text Example
White with #F1FF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FF33; }
p { color: rgb(241,255,51); }
H1.HeaderClassName
{
color: #F1FF33;
}
.AnyTagClassName
{
color: #F1FF33;
}
</style>
background-color css
<style>
a { background-color: #F1FF33; }
a { background-color: rgb(241,255,51); }
div.DivClassName
{
background-color: #F1FF33;
}
.BgClassName
{
background-color: #F1FF33;
}
</style>
border-color css
<style>
span { border-color: #F1FF33; }
span { border-color: rgb(241,255,51); }
td.TdClassName
{
border-color: #F1FF33;
}
.TagClassName
{
border-color: #F1FF33;
}
</style>