Shades of Gorse #F0EC3E
Tints of Gorse #F0EC3E
RGB
CMYK
RGB Variations
Color information
#F0EC3E (or 0xF0EC3E) is known color: Gorse. HEX triplet: F0, EC and 3E. RGB value is (240,236,62). Sum of RGB (Red+Green+Blue) = 240+236+62=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 62 (24.61% from 255 or 11.52% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EC3E is #0F13C1. Grayscale: #DADADA. Windows color (decimal): -988098 or 4123888. OLE color: 4123888.
HSL color Cylindrical-coordinate representation of color #F0EC3E: hue angle of 58.65º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0EC3E is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 62 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.06 |
| HSL | 58.65º | 0.86% | 0.59% | - |
| HSV(B) | 58.65º | 0.74% | 0.94% | - |
| XYZ | 66.8 | 78.86 | 16.26 | - |
| YUV | 217.36 | 40.33 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 62 | 0 | 0.02 | 0.74 | 0.06 | 58.65 | 0.86 | 0.59 |
| Hex | F0 | EC | 3E | 0 | 2 | 4A | 6 | 3B | 56 | 3B |
| Octal | 360 | 354 | 76 | 0 | 2 | 112 | 6 | 73 | 126 | 73 |
| Binary | 11110000 | 11101100 | 111110 | 0 | 10 | 1001010 | 110 | 111011 | 1010110 | 111011 |
Color Harmonies of #F0EC3E
Complementary color
Monochromatic Colors of #F0EC3E
Black with #F0EC3E
Text Example
Text Example
White with #F0EC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC3E; }
p { color: rgb(240,236,62); }
H1.HeaderClassName
{
color: #F0EC3E;
}
.AnyTagClassName
{
color: #F0EC3E;
}
</style>
background-color css
<style>
a { background-color: #F0EC3E; }
a { background-color: rgb(240,236,62); }
div.DivClassName
{
background-color: #F0EC3E;
}
.BgClassName
{
background-color: #F0EC3E;
}
</style>
border-color css
<style>
span { border-color: #F0EC3E; }
span { border-color: rgb(240,236,62); }
td.TdClassName
{
border-color: #F0EC3E;
}
.TagClassName
{
border-color: #F0EC3E;
}
</style>