Shades of Gorse #F5EA3A
Tints of Gorse #F5EA3A
RGB
CMYK
RGB Variations
Color information
#F5EA3A (or 0xF5EA3A) is known color: Gorse. HEX triplet: F5, EA and 3A. RGB value is (245,234,58). Sum of RGB (Red+Green+Blue) = 245+234+58=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 58 (23.05% from 255 or 10.80% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EA3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EA3A is #0A15C5. Grayscale: #D9D9D9. Windows color (decimal): -660934 or 3861237. OLE color: 3861237.
HSL color Cylindrical-coordinate representation of color #F5EA3A: hue angle of 56.47º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5EA3A is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 234 | 58 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.04 |
| HSL | 56.47º | 0.9% | 0.59% | - |
| HSV(B) | 56.47º | 0.76% | 0.96% | - |
| XYZ | 67.84 | 78.56 | 15.59 | - |
| YUV | 217.23 | 38.14 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 234 | 58 | 0 | 0.04 | 0.76 | 0.04 | 56.47 | 0.9 | 0.59 |
| Hex | F5 | EA | 3A | 0 | 4 | 4C | 4 | 38 | 5A | 3B |
| Octal | 365 | 352 | 72 | 0 | 4 | 114 | 4 | 70 | 132 | 73 |
| Binary | 11110101 | 11101010 | 111010 | 0 | 100 | 1001100 | 100 | 111000 | 1011010 | 111011 |
Color Harmonies of #F5EA3A
Complementary color
Monochromatic Colors of #F5EA3A
Black with #F5EA3A
Text Example
Text Example
White with #F5EA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EA3A; }
p { color: rgb(245,234,58); }
H1.HeaderClassName
{
color: #F5EA3A;
}
.AnyTagClassName
{
color: #F5EA3A;
}
</style>
background-color css
<style>
a { background-color: #F5EA3A; }
a { background-color: rgb(245,234,58); }
div.DivClassName
{
background-color: #F5EA3A;
}
.BgClassName
{
background-color: #F5EA3A;
}
</style>
border-color css
<style>
span { border-color: #F5EA3A; }
span { border-color: rgb(245,234,58); }
td.TdClassName
{
border-color: #F5EA3A;
}
.TagClassName
{
border-color: #F5EA3A;
}
</style>