Shades of Gorse #F2ED37
Tints of Gorse #F2ED37
RGB
CMYK
RGB Variations
Color information
#F2ED37 (or 0xF2ED37) is known color: Gorse. HEX triplet: F2, ED and 37. RGB value is (242,237,55). Sum of RGB (Red+Green+Blue) = 242+237+55=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 55 (21.88% from 255 or 10.30% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2ED37 is #0D12C8. Grayscale: #DADADA. Windows color (decimal): -856777 or 3665394. OLE color: 3665394.
HSL color Cylindrical-coordinate representation of color #F2ED37: hue angle of 58.4º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2ED37 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 55 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.05 |
| HSL | 58.4º | 0.88% | 0.58% | - |
| HSV(B) | 58.4º | 0.77% | 0.95% | - |
| XYZ | 67.59 | 79.72 | 15.44 | - |
| YUV | 217.75 | 36.16 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 55 | 0 | 0.02 | 0.77 | 0.05 | 58.4 | 0.88 | 0.58 |
| Hex | F2 | ED | 37 | 0 | 2 | 4D | 5 | 3A | 58 | 3A |
| Octal | 362 | 355 | 67 | 0 | 2 | 115 | 5 | 72 | 130 | 72 |
| Binary | 11110010 | 11101101 | 110111 | 0 | 10 | 1001101 | 101 | 111010 | 1011000 | 111010 |
Color Harmonies of #F2ED37
Complementary color
Monochromatic Colors of #F2ED37
Black with #F2ED37
Text Example
Text Example
White with #F2ED37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED37; }
p { color: rgb(242,237,55); }
H1.HeaderClassName
{
color: #F2ED37;
}
.AnyTagClassName
{
color: #F2ED37;
}
</style>
background-color css
<style>
a { background-color: #F2ED37; }
a { background-color: rgb(242,237,55); }
div.DivClassName
{
background-color: #F2ED37;
}
.BgClassName
{
background-color: #F2ED37;
}
</style>
border-color css
<style>
span { border-color: #F2ED37; }
span { border-color: rgb(242,237,55); }
td.TdClassName
{
border-color: #F2ED37;
}
.TagClassName
{
border-color: #F2ED37;
}
</style>