Shades of Gorse #F5E82E
Tints of Gorse #F5E82E
RGB
CMYK
RGB Variations
Color information
#F5E82E (or 0xF5E82E) is known color: Gorse. HEX triplet: F5, E8 and 2E. RGB value is (245,232,46). Sum of RGB (Red+Green+Blue) = 245+232+46=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 232 (91.02% from 255 or 44.36% from 523); Blue value is 46 (18.36% from 255 or 8.80% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E82E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E82E is #0A17D1. Grayscale: #D7D7D7. Windows color (decimal): -661458 or 3074293. OLE color: 3074293.
HSL color Cylindrical-coordinate representation of color #F5E82E: hue angle of 56.08º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5E82E is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 46 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.04 |
| HSL | 56.08º | 0.91% | 0.57% | - |
| HSV(B) | 56.08º | 0.81% | 0.96% | - |
| XYZ | 67.01 | 77.32 | 13.98 | - |
| YUV | 214.68 | 32.81 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 46 | 0 | 0.05 | 0.81 | 0.04 | 56.08 | 0.91 | 0.57 |
| Hex | F5 | E8 | 2E | 0 | 5 | 51 | 4 | 38 | 5B | 39 |
| Octal | 365 | 350 | 56 | 0 | 5 | 121 | 4 | 70 | 133 | 71 |
| Binary | 11110101 | 11101000 | 101110 | 0 | 101 | 1010001 | 100 | 111000 | 1011011 | 111001 |
Color Harmonies of #F5E82E
Complementary color
Monochromatic Colors of #F5E82E
Black with #F5E82E
Text Example
Text Example
White with #F5E82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E82E; }
p { color: rgb(245,232,46); }
H1.HeaderClassName
{
color: #F5E82E;
}
.AnyTagClassName
{
color: #F5E82E;
}
</style>
background-color css
<style>
a { background-color: #F5E82E; }
a { background-color: rgb(245,232,46); }
div.DivClassName
{
background-color: #F5E82E;
}
.BgClassName
{
background-color: #F5E82E;
}
</style>
border-color css
<style>
span { border-color: #F5E82E; }
span { border-color: rgb(245,232,46); }
td.TdClassName
{
border-color: #F5E82E;
}
.TagClassName
{
border-color: #F5E82E;
}
</style>