Shades of Gorse #F5E92F
Tints of Gorse #F5E92F
RGB
CMYK
RGB Variations
Color information
#F5E92F (or 0xF5E92F) is known color: Gorse. HEX triplet: F5, E9 and 2F. RGB value is (245,233,47). Sum of RGB (Red+Green+Blue) = 245+233+47=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 47 (18.75% from 255 or 8.95% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E92F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E92F is #0A16D0. Grayscale: #D8D8D8. Windows color (decimal): -661201 or 3140085. OLE color: 3140085.
HSL color Cylindrical-coordinate representation of color #F5E92F: hue angle of 56.36º 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 #F5E92F is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 47 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.04 |
| HSL | 56.36º | 0.91% | 0.57% | - |
| HSV(B) | 56.36º | 0.81% | 0.96% | - |
| XYZ | 67.31 | 77.9 | 14.18 | - |
| YUV | 215.38 | 32.98 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 47 | 0 | 0.05 | 0.81 | 0.04 | 56.36 | 0.91 | 0.57 |
| Hex | F5 | E9 | 2F | 0 | 5 | 51 | 4 | 38 | 5B | 39 |
| Octal | 365 | 351 | 57 | 0 | 5 | 121 | 4 | 70 | 133 | 71 |
| Binary | 11110101 | 11101001 | 101111 | 0 | 101 | 1010001 | 100 | 111000 | 1011011 | 111001 |
Color Harmonies of #F5E92F
Complementary color
Monochromatic Colors of #F5E92F
Black with #F5E92F
Text Example
Text Example
White with #F5E92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E92F; }
p { color: rgb(245,233,47); }
H1.HeaderClassName
{
color: #F5E92F;
}
.AnyTagClassName
{
color: #F5E92F;
}
</style>
background-color css
<style>
a { background-color: #F5E92F; }
a { background-color: rgb(245,233,47); }
div.DivClassName
{
background-color: #F5E92F;
}
.BgClassName
{
background-color: #F5E92F;
}
</style>
border-color css
<style>
span { border-color: #F5E92F; }
span { border-color: rgb(245,233,47); }
td.TdClassName
{
border-color: #F5E92F;
}
.TagClassName
{
border-color: #F5E92F;
}
</style>