Shades of Gorse #F1EC3A
Tints of Gorse #F1EC3A
RGB
CMYK
RGB Variations
Color information
#F1EC3A (or 0xF1EC3A) is known color: Gorse. HEX triplet: F1, EC and 3A. RGB value is (241,236,58). Sum of RGB (Red+Green+Blue) = 241+236+58=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 58 (23.05% from 255 or 10.84% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1EC3A is #0E13C5. Grayscale: #D9D9D9. Windows color (decimal): -922566 or 3861745. OLE color: 3861745.
HSL color Cylindrical-coordinate representation of color #F1EC3A: hue angle of 58.36º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1EC3A is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 236 | 58 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.05 |
| HSL | 58.36º | 0.87% | 0.59% | - |
| HSV(B) | 58.36º | 0.76% | 0.95% | - |
| XYZ | 67.03 | 79 | 15.72 | - |
| YUV | 217.2 | 38.16 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 58 | 0 | 0.02 | 0.76 | 0.05 | 58.36 | 0.87 | 0.59 |
| Hex | F1 | EC | 3A | 0 | 2 | 4C | 5 | 3A | 57 | 3B |
| Octal | 361 | 354 | 72 | 0 | 2 | 114 | 5 | 72 | 127 | 73 |
| Binary | 11110001 | 11101100 | 111010 | 0 | 10 | 1001100 | 101 | 111010 | 1010111 | 111011 |
Color Harmonies of #F1EC3A
Complementary color
Monochromatic Colors of #F1EC3A
Black with #F1EC3A
Text Example
Text Example
White with #F1EC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EC3A; }
p { color: rgb(241,236,58); }
H1.HeaderClassName
{
color: #F1EC3A;
}
.AnyTagClassName
{
color: #F1EC3A;
}
</style>
background-color css
<style>
a { background-color: #F1EC3A; }
a { background-color: rgb(241,236,58); }
div.DivClassName
{
background-color: #F1EC3A;
}
.BgClassName
{
background-color: #F1EC3A;
}
</style>
border-color css
<style>
span { border-color: #F1EC3A; }
span { border-color: rgb(241,236,58); }
td.TdClassName
{
border-color: #F1EC3A;
}
.TagClassName
{
border-color: #F1EC3A;
}
</style>