Shades of Gorse #F1FF30
Tints of Gorse #F1FF30
RGB
CMYK
RGB Variations
Color information
#F1FF30 (or 0xF1FF30) is known color: Gorse. HEX triplet: F1, FF and 30. RGB value is (241,255,48). Sum of RGB (Red+Green+Blue) = 241+255+48=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 48 (19.14% from 255 or 8.82% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FF30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FF30 is #0E00CF. Grayscale: #E4E4E4. Windows color (decimal): -917712 or 3211249. OLE color: 3211249.
HSL color Cylindrical-coordinate representation of color #F1FF30: hue angle of 64.06º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1FF30 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 48 | - |
| CMYK | 0.05 | 0 | 0.81 | 0 |
| HSL | 64.06º | 1% | 0.59% | - |
| HSV(B) | 64.06º | 0.81% | 1% | - |
| XYZ | 72.57 | 90.43 | 16.43 | - |
| YUV | 227.22 | 26.86 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 48 | 0.05 | 0 | 0.81 | 0 | 64.06 | 1 | 0.59 |
| Hex | F1 | FF | 30 | 5 | 0 | 51 | 0 | 40 | 64 | 3B |
| Octal | 361 | 377 | 60 | 5 | 0 | 121 | 0 | 100 | 144 | 73 |
| Binary | 11110001 | 11111111 | 110000 | 101 | 0 | 1010001 | 0 | 1000000 | 1100100 | 111011 |
Color Harmonies of #F1FF30
Complementary color
Monochromatic Colors of #F1FF30
Black with #F1FF30
Text Example
Text Example
White with #F1FF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FF30; }
p { color: rgb(241,255,48); }
H1.HeaderClassName
{
color: #F1FF30;
}
.AnyTagClassName
{
color: #F1FF30;
}
</style>
background-color css
<style>
a { background-color: #F1FF30; }
a { background-color: rgb(241,255,48); }
div.DivClassName
{
background-color: #F1FF30;
}
.BgClassName
{
background-color: #F1FF30;
}
</style>
border-color css
<style>
span { border-color: #F1FF30; }
span { border-color: rgb(241,255,48); }
td.TdClassName
{
border-color: #F1FF30;
}
.TagClassName
{
border-color: #F1FF30;
}
</style>