Shades of Gorse #F5EC2F
Tints of Gorse #F5EC2F
RGB
CMYK
RGB Variations
Color information
#F5EC2F (or 0xF5EC2F) is known color: Gorse. HEX triplet: F5, EC and 2F. RGB value is (245,236,47). Sum of RGB (Red+Green+Blue) = 245+236+47=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 47 (18.75% from 255 or 8.90% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EC2F is #0A13D0. Grayscale: #D9D9D9. Windows color (decimal): -660433 or 3140853. OLE color: 3140853.
HSL color Cylindrical-coordinate representation of color #F5EC2F: hue angle of 57.27º 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 #F5EC2F is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 47 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.04 |
| HSL | 57.27º | 0.91% | 0.57% | - |
| HSV(B) | 57.27º | 0.81% | 0.96% | - |
| XYZ | 68.16 | 79.61 | 14.46 | - |
| YUV | 217.15 | 31.98 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 47 | 0 | 0.04 | 0.81 | 0.04 | 57.27 | 0.91 | 0.57 |
| Hex | F5 | EC | 2F | 0 | 4 | 51 | 4 | 39 | 5B | 39 |
| Octal | 365 | 354 | 57 | 0 | 4 | 121 | 4 | 71 | 133 | 71 |
| Binary | 11110101 | 11101100 | 101111 | 0 | 100 | 1010001 | 100 | 111001 | 1011011 | 111001 |
Color Harmonies of #F5EC2F
Complementary color
Monochromatic Colors of #F5EC2F
Black with #F5EC2F
Text Example
Text Example
White with #F5EC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EC2F; }
p { color: rgb(245,236,47); }
H1.HeaderClassName
{
color: #F5EC2F;
}
.AnyTagClassName
{
color: #F5EC2F;
}
</style>
background-color css
<style>
a { background-color: #F5EC2F; }
a { background-color: rgb(245,236,47); }
div.DivClassName
{
background-color: #F5EC2F;
}
.BgClassName
{
background-color: #F5EC2F;
}
</style>
border-color css
<style>
span { border-color: #F5EC2F; }
span { border-color: rgb(245,236,47); }
td.TdClassName
{
border-color: #F5EC2F;
}
.TagClassName
{
border-color: #F5EC2F;
}
</style>