Shades of Gorse #F1ED39
Tints of Gorse #F1ED39
RGB
CMYK
RGB Variations
Color information
#F1ED39 (or 0xF1ED39) is known color: Gorse. HEX triplet: F1, ED and 39. RGB value is (241,237,57). Sum of RGB (Red+Green+Blue) = 241+237+57=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 57 (22.66% from 255 or 10.65% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED39 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1ED39 is #0E12C6. Grayscale: #DADADA. Windows color (decimal): -922311 or 3796465. OLE color: 3796465.
HSL color Cylindrical-coordinate representation of color #F1ED39: hue angle of 58.7º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1ED39 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 57 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.05 |
| HSL | 58.7º | 0.87% | 0.58% | - |
| HSV(B) | 58.7º | 0.76% | 0.95% | - |
| XYZ | 67.3 | 79.56 | 15.68 | - |
| YUV | 217.68 | 37.33 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 57 | 0 | 0.02 | 0.76 | 0.05 | 58.7 | 0.87 | 0.58 |
| Hex | F1 | ED | 39 | 0 | 2 | 4C | 5 | 3B | 57 | 3A |
| Octal | 361 | 355 | 71 | 0 | 2 | 114 | 5 | 73 | 127 | 72 |
| Binary | 11110001 | 11101101 | 111001 | 0 | 10 | 1001100 | 101 | 111011 | 1010111 | 111010 |
Color Harmonies of #F1ED39
Complementary color
Monochromatic Colors of #F1ED39
Black with #F1ED39
Text Example
Text Example
White with #F1ED39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED39; }
p { color: rgb(241,237,57); }
H1.HeaderClassName
{
color: #F1ED39;
}
.AnyTagClassName
{
color: #F1ED39;
}
</style>
background-color css
<style>
a { background-color: #F1ED39; }
a { background-color: rgb(241,237,57); }
div.DivClassName
{
background-color: #F1ED39;
}
.BgClassName
{
background-color: #F1ED39;
}
</style>
border-color css
<style>
span { border-color: #F1ED39; }
span { border-color: rgb(241,237,57); }
td.TdClassName
{
border-color: #F1ED39;
}
.TagClassName
{
border-color: #F1ED39;
}
</style>