Shades of Gorse #F1EF3E
Tints of Gorse #F1EF3E
RGB
CMYK
RGB Variations
Color information
#F1EF3E (or 0xF1EF3E) is known color: Gorse. HEX triplet: F1, EF and 3E. RGB value is (241,239,62). Sum of RGB (Red+Green+Blue) = 241+239+62=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 62 (24.61% from 255 or 11.44% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EF3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1EF3E is #0E10C1. Grayscale: #DCDCDC. Windows color (decimal): -921794 or 4124657. OLE color: 4124657.
HSL color Cylindrical-coordinate representation of color #F1EF3E: hue angle of 59.33º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1EF3E is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 239 | 62 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.05 |
| HSL | 59.33º | 0.86% | 0.59% | - |
| HSV(B) | 59.33º | 0.74% | 0.95% | - |
| XYZ | 68.01 | 80.78 | 16.57 | - |
| YUV | 219.42 | 39.16 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 239 | 62 | 0 | 0.01 | 0.74 | 0.05 | 59.33 | 0.86 | 0.59 |
| Hex | F1 | EF | 3E | 0 | 1 | 4A | 5 | 3B | 56 | 3B |
| Octal | 361 | 357 | 76 | 0 | 1 | 112 | 5 | 73 | 126 | 73 |
| Binary | 11110001 | 11101111 | 111110 | 0 | 1 | 1001010 | 101 | 111011 | 1010110 | 111011 |
Color Harmonies of #F1EF3E
Complementary color
Monochromatic Colors of #F1EF3E
Black with #F1EF3E
Text Example
Text Example
White with #F1EF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EF3E; }
p { color: rgb(241,239,62); }
H1.HeaderClassName
{
color: #F1EF3E;
}
.AnyTagClassName
{
color: #F1EF3E;
}
</style>
background-color css
<style>
a { background-color: #F1EF3E; }
a { background-color: rgb(241,239,62); }
div.DivClassName
{
background-color: #F1EF3E;
}
.BgClassName
{
background-color: #F1EF3E;
}
</style>
border-color css
<style>
span { border-color: #F1EF3E; }
span { border-color: rgb(241,239,62); }
td.TdClassName
{
border-color: #F1EF3E;
}
.TagClassName
{
border-color: #F1EF3E;
}
</style>