Shades of Gorse #F2EC3E
Tints of Gorse #F2EC3E
RGB
CMYK
RGB Variations
Color information
#F2EC3E (or 0xF2EC3E) is known color: Gorse. HEX triplet: F2, EC and 3E. RGB value is (242,236,62). Sum of RGB (Red+Green+Blue) = 242+236+62=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 62 (24.61% from 255 or 11.48% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EC3E is #0D13C1. Grayscale: #DADADA. Windows color (decimal): -857026 or 4123890. OLE color: 4123890.
HSL color Cylindrical-coordinate representation of color #F2EC3E: hue angle of 58º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2EC3E is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 62 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.05 |
| HSL | 58º | 0.87% | 0.6% | - |
| HSV(B) | 58º | 0.74% | 0.95% | - |
| XYZ | 67.48 | 79.22 | 16.29 | - |
| YUV | 217.96 | 39.99 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 62 | 0 | 0.02 | 0.74 | 0.05 | 58 | 0.87 | 0.6 |
| Hex | F2 | EC | 3E | 0 | 2 | 4A | 5 | 3A | 57 | 3C |
| Octal | 362 | 354 | 76 | 0 | 2 | 112 | 5 | 72 | 127 | 74 |
| Binary | 11110010 | 11101100 | 111110 | 0 | 10 | 1001010 | 101 | 111010 | 1010111 | 111100 |
Color Harmonies of #F2EC3E
Complementary color
Monochromatic Colors of #F2EC3E
Black with #F2EC3E
Text Example
Text Example
White with #F2EC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC3E; }
p { color: rgb(242,236,62); }
H1.HeaderClassName
{
color: #F2EC3E;
}
.AnyTagClassName
{
color: #F2EC3E;
}
</style>
background-color css
<style>
a { background-color: #F2EC3E; }
a { background-color: rgb(242,236,62); }
div.DivClassName
{
background-color: #F2EC3E;
}
.BgClassName
{
background-color: #F2EC3E;
}
</style>
border-color css
<style>
span { border-color: #F2EC3E; }
span { border-color: rgb(242,236,62); }
td.TdClassName
{
border-color: #F2EC3E;
}
.TagClassName
{
border-color: #F2EC3E;
}
</style>