Shades of Gorse #F5E92B
Tints of Gorse #F5E92B
RGB
CMYK
RGB Variations
Color information
#F5E92B (or 0xF5E92B) is known color: Gorse. HEX triplet: F5, E9 and 2B. RGB value is (245,233,43). Sum of RGB (Red+Green+Blue) = 245+233+43=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 43 (17.19% from 255 or 8.25% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E92B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E92B is #0A16D4. Grayscale: #D7D7D7. Windows color (decimal): -661205 or 2877941. OLE color: 2877941.
HSL color Cylindrical-coordinate representation of color #F5E92B: hue angle of 56.44º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5E92B is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 43 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.04 |
| HSL | 56.44º | 0.91% | 0.56% | - |
| HSV(B) | 56.44º | 0.82% | 0.96% | - |
| XYZ | 67.23 | 77.86 | 13.77 | - |
| YUV | 214.93 | 30.98 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 43 | 0 | 0.05 | 0.82 | 0.04 | 56.44 | 0.91 | 0.56 |
| Hex | F5 | E9 | 2B | 0 | 5 | 52 | 4 | 38 | 5B | 38 |
| Octal | 365 | 351 | 53 | 0 | 5 | 122 | 4 | 70 | 133 | 70 |
| Binary | 11110101 | 11101001 | 101011 | 0 | 101 | 1010010 | 100 | 111000 | 1011011 | 111000 |
Color Harmonies of #F5E92B
Complementary color
Monochromatic Colors of #F5E92B
Black with #F5E92B
Text Example
Text Example
White with #F5E92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E92B; }
p { color: rgb(245,233,43); }
H1.HeaderClassName
{
color: #F5E92B;
}
.AnyTagClassName
{
color: #F5E92B;
}
</style>
background-color css
<style>
a { background-color: #F5E92B; }
a { background-color: rgb(245,233,43); }
div.DivClassName
{
background-color: #F5E92B;
}
.BgClassName
{
background-color: #F5E92B;
}
</style>
border-color css
<style>
span { border-color: #F5E92B; }
span { border-color: rgb(245,233,43); }
td.TdClassName
{
border-color: #F5E92B;
}
.TagClassName
{
border-color: #F5E92B;
}
</style>