Shades of Gorse #F5EF3E
Tints of Gorse #F5EF3E
RGB
CMYK
RGB Variations
Color information
#F5EF3E (or 0xF5EF3E) is known color: Gorse. HEX triplet: F5, EF and 3E. RGB value is (245,239,62). Sum of RGB (Red+Green+Blue) = 245+239+62=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 62 (24.61% from 255 or 11.36% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EF3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EF3E is #0A10C1. Grayscale: #DDDDDD. Windows color (decimal): -659650 or 4124661. OLE color: 4124661.
HSL color Cylindrical-coordinate representation of color #F5EF3E: hue angle of 58.03º 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 #F5EF3E is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 239 | 62 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.04 |
| HSL | 58.03º | 0.9% | 0.6% | - |
| HSV(B) | 58.03º | 0.75% | 0.96% | - |
| XYZ | 69.39 | 81.49 | 16.63 | - |
| YUV | 220.62 | 38.49 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 239 | 62 | 0 | 0.02 | 0.75 | 0.04 | 58.03 | 0.9 | 0.6 |
| Hex | F5 | EF | 3E | 0 | 2 | 4B | 4 | 3A | 5A | 3C |
| Octal | 365 | 357 | 76 | 0 | 2 | 113 | 4 | 72 | 132 | 74 |
| Binary | 11110101 | 11101111 | 111110 | 0 | 10 | 1001011 | 100 | 111010 | 1011010 | 111100 |
Color Harmonies of #F5EF3E
Complementary color
Monochromatic Colors of #F5EF3E
Black with #F5EF3E
Text Example
Text Example
White with #F5EF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EF3E; }
p { color: rgb(245,239,62); }
H1.HeaderClassName
{
color: #F5EF3E;
}
.AnyTagClassName
{
color: #F5EF3E;
}
</style>
background-color css
<style>
a { background-color: #F5EF3E; }
a { background-color: rgb(245,239,62); }
div.DivClassName
{
background-color: #F5EF3E;
}
.BgClassName
{
background-color: #F5EF3E;
}
</style>
border-color css
<style>
span { border-color: #F5EF3E; }
span { border-color: rgb(245,239,62); }
td.TdClassName
{
border-color: #F5EF3E;
}
.TagClassName
{
border-color: #F5EF3E;
}
</style>