Shades of Gorse #F6EC2B
Tints of Gorse #F6EC2B
RGB
CMYK
RGB Variations
Color information
#F6EC2B (or 0xF6EC2B) is known color: Gorse. HEX triplet: F6, EC and 2B. RGB value is (246,236,43). Sum of RGB (Red+Green+Blue) = 246+236+43=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 43 (17.19% from 255 or 8.19% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EC2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6EC2B is #0913D4. Grayscale: #D9D9D9. Windows color (decimal): -594901 or 2878710. OLE color: 2878710.
HSL color Cylindrical-coordinate representation of color #F6EC2B: hue angle of 57.04º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F6EC2B is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 236 | 43 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.04 |
| HSL | 57.04º | 0.92% | 0.57% | - |
| HSV(B) | 57.04º | 0.83% | 0.96% | - |
| XYZ | 68.44 | 79.76 | 14.07 | - |
| YUV | 216.99 | 29.81 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 236 | 43 | 0 | 0.04 | 0.83 | 0.04 | 57.04 | 0.92 | 0.57 |
| Hex | F6 | EC | 2B | 0 | 4 | 53 | 4 | 39 | 5C | 39 |
| Octal | 366 | 354 | 53 | 0 | 4 | 123 | 4 | 71 | 134 | 71 |
| Binary | 11110110 | 11101100 | 101011 | 0 | 100 | 1010011 | 100 | 111001 | 1011100 | 111001 |
Color Harmonies of #F6EC2B
Complementary color
Monochromatic Colors of #F6EC2B
Black with #F6EC2B
Text Example
Text Example
White with #F6EC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EC2B; }
p { color: rgb(246,236,43); }
H1.HeaderClassName
{
color: #F6EC2B;
}
.AnyTagClassName
{
color: #F6EC2B;
}
</style>
background-color css
<style>
a { background-color: #F6EC2B; }
a { background-color: rgb(246,236,43); }
div.DivClassName
{
background-color: #F6EC2B;
}
.BgClassName
{
background-color: #F6EC2B;
}
</style>
border-color css
<style>
span { border-color: #F6EC2B; }
span { border-color: rgb(246,236,43); }
td.TdClassName
{
border-color: #F6EC2B;
}
.TagClassName
{
border-color: #F6EC2B;
}
</style>