Shades of Gorse #F5EF2A
Tints of Gorse #F5EF2A
RGB
CMYK
RGB Variations
Color information
#F5EF2A (or 0xF5EF2A) is known color: Gorse. HEX triplet: F5, EF and 2A. RGB value is (245,239,42). Sum of RGB (Red+Green+Blue) = 245+239+42=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 42 (16.80% from 255 or 7.98% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EF2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EF2A is #0A10D5. Grayscale: #DBDBDB. Windows color (decimal): -659670 or 2813941. OLE color: 2813941.
HSL color Cylindrical-coordinate representation of color #F5EF2A: hue angle of 58.23º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5EF2A is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 239 | 42 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.04 |
| HSL | 58.23º | 0.91% | 0.56% | - |
| HSV(B) | 58.23º | 0.83% | 0.96% | - |
| XYZ | 68.94 | 81.31 | 14.25 | - |
| YUV | 218.34 | 28.49 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 239 | 42 | 0 | 0.02 | 0.83 | 0.04 | 58.23 | 0.91 | 0.56 |
| Hex | F5 | EF | 2A | 0 | 2 | 53 | 4 | 3A | 5B | 38 |
| Octal | 365 | 357 | 52 | 0 | 2 | 123 | 4 | 72 | 133 | 70 |
| Binary | 11110101 | 11101111 | 101010 | 0 | 10 | 1010011 | 100 | 111010 | 1011011 | 111000 |
Color Harmonies of #F5EF2A
Complementary color
Monochromatic Colors of #F5EF2A
Black with #F5EF2A
Text Example
Text Example
White with #F5EF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EF2A; }
p { color: rgb(245,239,42); }
H1.HeaderClassName
{
color: #F5EF2A;
}
.AnyTagClassName
{
color: #F5EF2A;
}
</style>
background-color css
<style>
a { background-color: #F5EF2A; }
a { background-color: rgb(245,239,42); }
div.DivClassName
{
background-color: #F5EF2A;
}
.BgClassName
{
background-color: #F5EF2A;
}
</style>
border-color css
<style>
span { border-color: #F5EF2A; }
span { border-color: rgb(245,239,42); }
td.TdClassName
{
border-color: #F5EF2A;
}
.TagClassName
{
border-color: #F5EF2A;
}
</style>