Shades of Gorse #F2E240
Tints of Gorse #F2E240
RGB
CMYK
RGB Variations
Color information
#F2E240 (or 0xF2E240) is known color: Gorse. HEX triplet: F2, E2 and 40. RGB value is (242,226,64). Sum of RGB (Red+Green+Blue) = 242+226+64=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 226 (88.67% from 255 or 42.48% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E240 is #0D1DBF. Grayscale: #D4D4D4. Windows color (decimal): -859584 or 4252402. OLE color: 4252402.
HSL color Cylindrical-coordinate representation of color #F2E240: hue angle of 54.61º 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 #F2E240 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 64 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.05 |
| HSL | 54.61º | 0.87% | 0.6% | - |
| HSV(B) | 54.61º | 0.74% | 0.95% | - |
| XYZ | 64.74 | 73.64 | 15.65 | - |
| YUV | 212.32 | 44.3 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 64 | 0 | 0.07 | 0.74 | 0.05 | 54.61 | 0.87 | 0.6 |
| Hex | F2 | E2 | 40 | 0 | 7 | 4A | 5 | 37 | 57 | 3C |
| Octal | 362 | 342 | 100 | 0 | 7 | 112 | 5 | 67 | 127 | 74 |
| Binary | 11110010 | 11100010 | 1000000 | 0 | 111 | 1001010 | 101 | 110111 | 1010111 | 111100 |
Color Harmonies of #F2E240
Complementary color
Monochromatic Colors of #F2E240
Black with #F2E240
Text Example
Text Example
White with #F2E240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E240; }
p { color: rgb(242,226,64); }
H1.HeaderClassName
{
color: #F2E240;
}
.AnyTagClassName
{
color: #F2E240;
}
</style>
background-color css
<style>
a { background-color: #F2E240; }
a { background-color: rgb(242,226,64); }
div.DivClassName
{
background-color: #F2E240;
}
.BgClassName
{
background-color: #F2E240;
}
</style>
border-color css
<style>
span { border-color: #F2E240; }
span { border-color: rgb(242,226,64); }
td.TdClassName
{
border-color: #F2E240;
}
.TagClassName
{
border-color: #F2E240;
}
</style>