Shades of Gorse #F5E73E
Tints of Gorse #F5E73E
RGB
CMYK
RGB Variations
Color information
#F5E73E (or 0xF5E73E) is known color: Gorse. HEX triplet: F5, E7 and 3E. RGB value is (245,231,62). Sum of RGB (Red+Green+Blue) = 245+231+62=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 231 (90.62% from 255 or 42.94% from 538); Blue value is 62 (24.61% from 255 or 11.52% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E73E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E73E is #0A18C1. Grayscale: #D8D8D8. Windows color (decimal): -661698 or 4122613. OLE color: 4122613.
HSL color Cylindrical-coordinate representation of color #F5E73E: hue angle of 55.41º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5E73E is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 231 | 62 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.04 |
| HSL | 55.41º | 0.9% | 0.6% | - |
| HSV(B) | 55.41º | 0.75% | 0.96% | - |
| XYZ | 67.1 | 76.91 | 15.87 | - |
| YUV | 215.92 | 41.14 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 231 | 62 | 0 | 0.06 | 0.75 | 0.04 | 55.41 | 0.9 | 0.6 |
| Hex | F5 | E7 | 3E | 0 | 6 | 4B | 4 | 37 | 5A | 3C |
| Octal | 365 | 347 | 76 | 0 | 6 | 113 | 4 | 67 | 132 | 74 |
| Binary | 11110101 | 11100111 | 111110 | 0 | 110 | 1001011 | 100 | 110111 | 1011010 | 111100 |
Color Harmonies of #F5E73E
Complementary color
Monochromatic Colors of #F5E73E
Black with #F5E73E
Text Example
Text Example
White with #F5E73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E73E; }
p { color: rgb(245,231,62); }
H1.HeaderClassName
{
color: #F5E73E;
}
.AnyTagClassName
{
color: #F5E73E;
}
</style>
background-color css
<style>
a { background-color: #F5E73E; }
a { background-color: rgb(245,231,62); }
div.DivClassName
{
background-color: #F5E73E;
}
.BgClassName
{
background-color: #F5E73E;
}
</style>
border-color css
<style>
span { border-color: #F5E73E; }
span { border-color: rgb(245,231,62); }
td.TdClassName
{
border-color: #F5E73E;
}
.TagClassName
{
border-color: #F5E73E;
}
</style>