Shades of Gorse #F1FE32
Tints of Gorse #F1FE32
RGB
CMYK
RGB Variations
Color information
#F1FE32 (or 0xF1FE32) is known color: Gorse. HEX triplet: F1, FE and 32. RGB value is (241,254,50). Sum of RGB (Red+Green+Blue) = 241+254+50=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 50 (19.92% from 255 or 9.17% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FE32 is #0E01CD. Grayscale: #E3E3E3. Windows color (decimal): -917966 or 3342065. OLE color: 3342065.
HSL color Cylindrical-coordinate representation of color #F1FE32: hue angle of 63.82º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1FE32 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 50 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.00 |
| HSL | 63.82º | 0.99% | 0.6% | - |
| HSV(B) | 63.82º | 0.8% | 1% | - |
| XYZ | 72.29 | 89.81 | 16.54 | - |
| YUV | 226.86 | 28.19 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 50 | 0.05 | 0 | 0.80 | 0.00 | 63.82 | 0.99 | 0.6 |
| Hex | F1 | FE | 32 | 5 | 0 | 50 | 0 | 40 | 63 | 3C |
| Octal | 361 | 376 | 62 | 5 | 0 | 120 | 0 | 100 | 143 | 74 |
| Binary | 11110001 | 11111110 | 110010 | 101 | 0 | 1010000 | 0 | 1000000 | 1100011 | 111100 |
Color Harmonies of #F1FE32
Complementary color
Monochromatic Colors of #F1FE32
Black with #F1FE32
Text Example
Text Example
White with #F1FE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FE32; }
p { color: rgb(241,254,50); }
H1.HeaderClassName
{
color: #F1FE32;
}
.AnyTagClassName
{
color: #F1FE32;
}
</style>
background-color css
<style>
a { background-color: #F1FE32; }
a { background-color: rgb(241,254,50); }
div.DivClassName
{
background-color: #F1FE32;
}
.BgClassName
{
background-color: #F1FE32;
}
</style>
border-color css
<style>
span { border-color: #F1FE32; }
span { border-color: rgb(241,254,50); }
td.TdClassName
{
border-color: #F1FE32;
}
.TagClassName
{
border-color: #F1FE32;
}
</style>