Shades of Gorse #F2E141
Tints of Gorse #F2E141
RGB
CMYK
RGB Variations
Color information
#F2E141 (or 0xF2E141) is known color: Gorse. HEX triplet: F2, E1 and 41. RGB value is (242,225,65). Sum of RGB (Red+Green+Blue) = 242+225+65=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 65 (25.78% from 255 or 12.22% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E141 is #0D1EBE. Grayscale: #D4D4D4. Windows color (decimal): -859839 or 4317682. OLE color: 4317682.
HSL color Cylindrical-coordinate representation of color #F2E141: hue angle of 54.24º 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 #F2E141 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 65 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.05 |
| HSL | 54.24º | 0.87% | 0.6% | - |
| HSV(B) | 54.24º | 0.73% | 0.95% | - |
| XYZ | 64.5 | 73.11 | 15.71 | - |
| YUV | 211.84 | 45.13 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 65 | 0 | 0.07 | 0.73 | 0.05 | 54.24 | 0.87 | 0.6 |
| Hex | F2 | E1 | 41 | 0 | 7 | 49 | 5 | 36 | 57 | 3C |
| Octal | 362 | 341 | 101 | 0 | 7 | 111 | 5 | 66 | 127 | 74 |
| Binary | 11110010 | 11100001 | 1000001 | 0 | 111 | 1001001 | 101 | 110110 | 1010111 | 111100 |
Color Harmonies of #F2E141
Complementary color
Monochromatic Colors of #F2E141
Black with #F2E141
Text Example
Text Example
White with #F2E141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E141; }
p { color: rgb(242,225,65); }
H1.HeaderClassName
{
color: #F2E141;
}
.AnyTagClassName
{
color: #F2E141;
}
</style>
background-color css
<style>
a { background-color: #F2E141; }
a { background-color: rgb(242,225,65); }
div.DivClassName
{
background-color: #F2E141;
}
.BgClassName
{
background-color: #F2E141;
}
</style>
border-color css
<style>
span { border-color: #F2E141; }
span { border-color: rgb(242,225,65); }
td.TdClassName
{
border-color: #F2E141;
}
.TagClassName
{
border-color: #F2E141;
}
</style>