Shades of Gorse #F4EA3E
Tints of Gorse #F4EA3E
RGB
CMYK
RGB Variations
Color information
#F4EA3E (or 0xF4EA3E) is known color: Gorse. HEX triplet: F4, EA and 3E. RGB value is (244,234,62). Sum of RGB (Red+Green+Blue) = 244+234+62=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 234 (91.80% from 255 or 43.33% from 540); Blue value is 62 (24.61% from 255 or 11.48% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EA3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4EA3E is #0B15C1. Grayscale: #DADADA. Windows color (decimal): -726466 or 4123380. OLE color: 4123380.
HSL color Cylindrical-coordinate representation of color #F4EA3E: hue angle of 56.7º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F4EA3E is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 234 | 62 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.04 |
| HSL | 56.7º | 0.89% | 0.6% | - |
| HSV(B) | 56.7º | 0.75% | 0.96% | - |
| XYZ | 67.6 | 78.43 | 16.13 | - |
| YUV | 217.38 | 40.31 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 234 | 62 | 0 | 0.04 | 0.75 | 0.04 | 56.7 | 0.89 | 0.6 |
| Hex | F4 | EA | 3E | 0 | 4 | 4B | 4 | 39 | 59 | 3C |
| Octal | 364 | 352 | 76 | 0 | 4 | 113 | 4 | 71 | 131 | 74 |
| Binary | 11110100 | 11101010 | 111110 | 0 | 100 | 1001011 | 100 | 111001 | 1011001 | 111100 |
Color Harmonies of #F4EA3E
Complementary color
Monochromatic Colors of #F4EA3E
Black with #F4EA3E
Text Example
Text Example
White with #F4EA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EA3E; }
p { color: rgb(244,234,62); }
H1.HeaderClassName
{
color: #F4EA3E;
}
.AnyTagClassName
{
color: #F4EA3E;
}
</style>
background-color css
<style>
a { background-color: #F4EA3E; }
a { background-color: rgb(244,234,62); }
div.DivClassName
{
background-color: #F4EA3E;
}
.BgClassName
{
background-color: #F4EA3E;
}
</style>
border-color css
<style>
span { border-color: #F4EA3E; }
span { border-color: rgb(244,234,62); }
td.TdClassName
{
border-color: #F4EA3E;
}
.TagClassName
{
border-color: #F4EA3E;
}
</style>