Shades of Gorse #F2E142
Tints of Gorse #F2E142
RGB
CMYK
RGB Variations
Color information
#F2E142 (or 0xF2E142) is known color: Gorse. HEX triplet: F2, E1 and 42. RGB value is (242,225,66). Sum of RGB (Red+Green+Blue) = 242+225+66=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 66 (26.17% from 255 or 12.38% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E142 is #0D1EBD. Grayscale: #D4D4D4. Windows color (decimal): -859838 or 4383218. OLE color: 4383218.
HSL color Cylindrical-coordinate representation of color #F2E142: hue angle of 54.2º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F2E142 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 66 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.05 |
| HSL | 54.2º | 0.87% | 0.6% | - |
| HSV(B) | 54.2º | 0.73% | 0.95% | - |
| XYZ | 64.53 | 73.12 | 15.87 | - |
| YUV | 211.96 | 45.63 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 66 | 0 | 0.07 | 0.73 | 0.05 | 54.2 | 0.87 | 0.6 |
| Hex | F2 | E1 | 42 | 0 | 7 | 49 | 5 | 36 | 57 | 3C |
| Octal | 362 | 341 | 102 | 0 | 7 | 111 | 5 | 66 | 127 | 74 |
| Binary | 11110010 | 11100001 | 1000010 | 0 | 111 | 1001001 | 101 | 110110 | 1010111 | 111100 |
Color Harmonies of #F2E142
Complementary color
Monochromatic Colors of #F2E142
Black with #F2E142
Text Example
Text Example
White with #F2E142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E142; }
p { color: rgb(242,225,66); }
H1.HeaderClassName
{
color: #F2E142;
}
.AnyTagClassName
{
color: #F2E142;
}
</style>
background-color css
<style>
a { background-color: #F2E142; }
a { background-color: rgb(242,225,66); }
div.DivClassName
{
background-color: #F2E142;
}
.BgClassName
{
background-color: #F2E142;
}
</style>
border-color css
<style>
span { border-color: #F2E142; }
span { border-color: rgb(242,225,66); }
td.TdClassName
{
border-color: #F2E142;
}
.TagClassName
{
border-color: #F2E142;
}
</style>