Shades of Gorse #F5E03A
Tints of Gorse #F5E03A
RGB
CMYK
RGB Variations
Color information
#F5E03A (or 0xF5E03A) is known color: Gorse. HEX triplet: F5, E0 and 3A. RGB value is (245,224,58). Sum of RGB (Red+Green+Blue) = 245+224+58=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 58 (23.05% from 255 or 11.01% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E03A is #0A1FC5. Grayscale: #D4D4D4. Windows color (decimal): -663494 or 3858677. OLE color: 3858677.
HSL color Cylindrical-coordinate representation of color #F5E03A: hue angle of 53.26º 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 #F5E03A is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 58 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.04 |
| HSL | 53.26º | 0.9% | 0.59% | - |
| HSV(B) | 53.26º | 0.76% | 0.96% | - |
| XYZ | 65.08 | 73.03 | 14.67 | - |
| YUV | 211.36 | 41.46 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 58 | 0 | 0.09 | 0.76 | 0.04 | 53.26 | 0.9 | 0.59 |
| Hex | F5 | E0 | 3A | 0 | 9 | 4C | 4 | 35 | 5A | 3B |
| Octal | 365 | 340 | 72 | 0 | 11 | 114 | 4 | 65 | 132 | 73 |
| Binary | 11110101 | 11100000 | 111010 | 0 | 1001 | 1001100 | 100 | 110101 | 1011010 | 111011 |
Color Harmonies of #F5E03A
Complementary color
Monochromatic Colors of #F5E03A
Black with #F5E03A
Text Example
Text Example
White with #F5E03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E03A; }
p { color: rgb(245,224,58); }
H1.HeaderClassName
{
color: #F5E03A;
}
.AnyTagClassName
{
color: #F5E03A;
}
</style>
background-color css
<style>
a { background-color: #F5E03A; }
a { background-color: rgb(245,224,58); }
div.DivClassName
{
background-color: #F5E03A;
}
.BgClassName
{
background-color: #F5E03A;
}
</style>
border-color css
<style>
span { border-color: #F5E03A; }
span { border-color: rgb(245,224,58); }
td.TdClassName
{
border-color: #F5E03A;
}
.TagClassName
{
border-color: #F5E03A;
}
</style>