Shades of Gorse #F1EE3E
Tints of Gorse #F1EE3E
RGB
CMYK
RGB Variations
Color information
#F1EE3E (or 0xF1EE3E) is known color: Gorse. HEX triplet: F1, EE and 3E. RGB value is (241,238,62). Sum of RGB (Red+Green+Blue) = 241+238+62=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 62 (24.61% from 255 or 11.46% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1EE3E is #0E11C1. Grayscale: #DBDBDB. Windows color (decimal): -922050 or 4124401. OLE color: 4124401.
HSL color Cylindrical-coordinate representation of color #F1EE3E: hue angle of 58.99º 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 #F1EE3E is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 238 | 62 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.05 |
| HSL | 58.99º | 0.86% | 0.59% | - |
| HSV(B) | 58.99º | 0.74% | 0.95% | - |
| XYZ | 67.72 | 80.2 | 16.47 | - |
| YUV | 218.83 | 39.49 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 238 | 62 | 0 | 0.01 | 0.74 | 0.05 | 58.99 | 0.86 | 0.59 |
| Hex | F1 | EE | 3E | 0 | 1 | 4A | 5 | 3B | 56 | 3B |
| Octal | 361 | 356 | 76 | 0 | 1 | 112 | 5 | 73 | 126 | 73 |
| Binary | 11110001 | 11101110 | 111110 | 0 | 1 | 1001010 | 101 | 111011 | 1010110 | 111011 |
Color Harmonies of #F1EE3E
Complementary color
Monochromatic Colors of #F1EE3E
Black with #F1EE3E
Text Example
Text Example
White with #F1EE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EE3E; }
p { color: rgb(241,238,62); }
H1.HeaderClassName
{
color: #F1EE3E;
}
.AnyTagClassName
{
color: #F1EE3E;
}
</style>
background-color css
<style>
a { background-color: #F1EE3E; }
a { background-color: rgb(241,238,62); }
div.DivClassName
{
background-color: #F1EE3E;
}
.BgClassName
{
background-color: #F1EE3E;
}
</style>
border-color css
<style>
span { border-color: #F1EE3E; }
span { border-color: rgb(241,238,62); }
td.TdClassName
{
border-color: #F1EE3E;
}
.TagClassName
{
border-color: #F1EE3E;
}
</style>