Shades of Gorse #F2E044
Tints of Gorse #F2E044
RGB
CMYK
RGB Variations
Color information
#F2E044 (or 0xF2E044) is known color: Gorse. HEX triplet: F2, E0 and 44. RGB value is (242,224,68). Sum of RGB (Red+Green+Blue) = 242+224+68=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 68 (26.95% from 255 or 12.73% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E044 is #0D1FBB. Grayscale: #D4D4D4. Windows color (decimal): -860092 or 4514034. OLE color: 4514034.
HSL color Cylindrical-coordinate representation of color #F2E044: hue angle of 53.79º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2E044 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 68 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.05 |
| HSL | 53.79º | 0.87% | 0.61% | - |
| HSV(B) | 53.79º | 0.72% | 0.95% | - |
| XYZ | 64.32 | 72.61 | 16.09 | - |
| YUV | 211.6 | 46.96 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 68 | 0 | 0.07 | 0.72 | 0.05 | 53.79 | 0.87 | 0.61 |
| Hex | F2 | E0 | 44 | 0 | 7 | 48 | 5 | 36 | 57 | 3D |
| Octal | 362 | 340 | 104 | 0 | 7 | 110 | 5 | 66 | 127 | 75 |
| Binary | 11110010 | 11100000 | 1000100 | 0 | 111 | 1001000 | 101 | 110110 | 1010111 | 111101 |
Color Harmonies of #F2E044
Complementary color
Monochromatic Colors of #F2E044
Black with #F2E044
Text Example
Text Example
White with #F2E044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E044; }
p { color: rgb(242,224,68); }
H1.HeaderClassName
{
color: #F2E044;
}
.AnyTagClassName
{
color: #F2E044;
}
</style>
background-color css
<style>
a { background-color: #F2E044; }
a { background-color: rgb(242,224,68); }
div.DivClassName
{
background-color: #F2E044;
}
.BgClassName
{
background-color: #F2E044;
}
</style>
border-color css
<style>
span { border-color: #F2E044; }
span { border-color: rgb(242,224,68); }
td.TdClassName
{
border-color: #F2E044;
}
.TagClassName
{
border-color: #F2E044;
}
</style>