Shades of Gorse #F1FA3A
Tints of Gorse #F1FA3A
RGB
CMYK
RGB Variations
Color information
#F1FA3A (or 0xF1FA3A) is known color: Gorse. HEX triplet: F1, FA and 3A. RGB value is (241,250,58). Sum of RGB (Red+Green+Blue) = 241+250+58=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 58 (23.05% from 255 or 10.56% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FA3A is #0E05C5. Grayscale: #E2E2E2. Windows color (decimal): -918982 or 3865329. OLE color: 3865329.
HSL color Cylindrical-coordinate representation of color #F1FA3A: hue angle of 62.81º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F1FA3A is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 250 | 58 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.02 |
| HSL | 62.81º | 0.95% | 0.6% | - |
| HSV(B) | 62.81º | 0.77% | 0.98% | - |
| XYZ | 71.22 | 87.38 | 17.11 | - |
| YUV | 225.42 | 33.52 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 250 | 58 | 0.04 | 0 | 0.77 | 0.02 | 62.81 | 0.95 | 0.6 |
| Hex | F1 | FA | 3A | 4 | 0 | 4D | 2 | 3F | 5F | 3C |
| Octal | 361 | 372 | 72 | 4 | 0 | 115 | 2 | 77 | 137 | 74 |
| Binary | 11110001 | 11111010 | 111010 | 100 | 0 | 1001101 | 10 | 111111 | 1011111 | 111100 |
Color Harmonies of #F1FA3A
Complementary color
Monochromatic Colors of #F1FA3A
Black with #F1FA3A
Text Example
Text Example
White with #F1FA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FA3A; }
p { color: rgb(241,250,58); }
H1.HeaderClassName
{
color: #F1FA3A;
}
.AnyTagClassName
{
color: #F1FA3A;
}
</style>
background-color css
<style>
a { background-color: #F1FA3A; }
a { background-color: rgb(241,250,58); }
div.DivClassName
{
background-color: #F1FA3A;
}
.BgClassName
{
background-color: #F1FA3A;
}
</style>
border-color css
<style>
span { border-color: #F1FA3A; }
span { border-color: rgb(241,250,58); }
td.TdClassName
{
border-color: #F1FA3A;
}
.TagClassName
{
border-color: #F1FA3A;
}
</style>