Shades of Gorse #F1FE30
Tints of Gorse #F1FE30
RGB
CMYK
RGB Variations
Color information
#F1FE30 (or 0xF1FE30) is known color: Gorse. HEX triplet: F1, FE and 30. RGB value is (241,254,48). Sum of RGB (Red+Green+Blue) = 241+254+48=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 48 (19.14% from 255 or 8.84% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FE30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FE30 is #0E01CF. Grayscale: #E3E3E3. Windows color (decimal): -917968 or 3210993. OLE color: 3210993.
HSL color Cylindrical-coordinate representation of color #F1FE30: hue angle of 63.79º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1FE30 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 48 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.00 |
| HSL | 63.79º | 0.99% | 0.59% | - |
| HSV(B) | 63.79º | 0.81% | 1% | - |
| XYZ | 72.25 | 89.8 | 16.32 | - |
| YUV | 226.63 | 27.19 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 48 | 0.05 | 0 | 0.81 | 0.00 | 63.79 | 0.99 | 0.59 |
| Hex | F1 | FE | 30 | 5 | 0 | 51 | 0 | 40 | 63 | 3B |
| Octal | 361 | 376 | 60 | 5 | 0 | 121 | 0 | 100 | 143 | 73 |
| Binary | 11110001 | 11111110 | 110000 | 101 | 0 | 1010001 | 0 | 1000000 | 1100011 | 111011 |
Color Harmonies of #F1FE30
Complementary color
Monochromatic Colors of #F1FE30
Black with #F1FE30
Text Example
Text Example
White with #F1FE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FE30; }
p { color: rgb(241,254,48); }
H1.HeaderClassName
{
color: #F1FE30;
}
.AnyTagClassName
{
color: #F1FE30;
}
</style>
background-color css
<style>
a { background-color: #F1FE30; }
a { background-color: rgb(241,254,48); }
div.DivClassName
{
background-color: #F1FE30;
}
.BgClassName
{
background-color: #F1FE30;
}
</style>
border-color css
<style>
span { border-color: #F1FE30; }
span { border-color: rgb(241,254,48); }
td.TdClassName
{
border-color: #F1FE30;
}
.TagClassName
{
border-color: #F1FE30;
}
</style>