Shades of Gorse #F1FD30
Tints of Gorse #F1FD30
RGB
CMYK
RGB Variations
Color information
#F1FD30 (or 0xF1FD30) is known color: Gorse. HEX triplet: F1, FD and 30. RGB value is (241,253,48). Sum of RGB (Red+Green+Blue) = 241+253+48=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 48 (19.14% from 255 or 8.86% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FD30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FD30 is #0E02CF. Grayscale: #E2E2E2. Windows color (decimal): -918224 or 3210737. OLE color: 3210737.
HSL color Cylindrical-coordinate representation of color #F1FD30: hue angle of 63.51º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1FD30 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 253 | 48 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.01 |
| HSL | 63.51º | 0.98% | 0.59% | - |
| HSV(B) | 63.51º | 0.81% | 0.99% | - |
| XYZ | 71.93 | 89.16 | 16.22 | - |
| YUV | 226.04 | 27.52 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 253 | 48 | 0.05 | 0 | 0.81 | 0.01 | 63.51 | 0.98 | 0.59 |
| Hex | F1 | FD | 30 | 5 | 0 | 51 | 1 | 40 | 62 | 3B |
| Octal | 361 | 375 | 60 | 5 | 0 | 121 | 1 | 100 | 142 | 73 |
| Binary | 11110001 | 11111101 | 110000 | 101 | 0 | 1010001 | 1 | 1000000 | 1100010 | 111011 |
Color Harmonies of #F1FD30
Complementary color
Monochromatic Colors of #F1FD30
Black with #F1FD30
Text Example
Text Example
White with #F1FD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FD30; }
p { color: rgb(241,253,48); }
H1.HeaderClassName
{
color: #F1FD30;
}
.AnyTagClassName
{
color: #F1FD30;
}
</style>
background-color css
<style>
a { background-color: #F1FD30; }
a { background-color: rgb(241,253,48); }
div.DivClassName
{
background-color: #F1FD30;
}
.BgClassName
{
background-color: #F1FD30;
}
</style>
border-color css
<style>
span { border-color: #F1FD30; }
span { border-color: rgb(241,253,48); }
td.TdClassName
{
border-color: #F1FD30;
}
.TagClassName
{
border-color: #F1FD30;
}
</style>