Shades of Gorse #F6EC2E
Tints of Gorse #F6EC2E
RGB
CMYK
RGB Variations
Color information
#F6EC2E (or 0xF6EC2E) is known color: Gorse. HEX triplet: F6, EC and 2E. RGB value is (246,236,46). Sum of RGB (Red+Green+Blue) = 246+236+46=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 46 (18.36% from 255 or 8.71% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EC2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6EC2E is #0913D1. Grayscale: #DADADA. Windows color (decimal): -594898 or 3075318. OLE color: 3075318.
HSL color Cylindrical-coordinate representation of color #F6EC2E: hue angle of 57º degrees, saturation: 0.92, 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 #F6EC2E is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 236 | 46 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.04 |
| HSL | 57º | 0.92% | 0.57% | - |
| HSV(B) | 57º | 0.81% | 0.96% | - |
| XYZ | 68.49 | 79.78 | 14.37 | - |
| YUV | 217.33 | 31.31 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 236 | 46 | 0 | 0.04 | 0.81 | 0.04 | 57 | 0.92 | 0.57 |
| Hex | F6 | EC | 2E | 0 | 4 | 51 | 4 | 39 | 5C | 39 |
| Octal | 366 | 354 | 56 | 0 | 4 | 121 | 4 | 71 | 134 | 71 |
| Binary | 11110110 | 11101100 | 101110 | 0 | 100 | 1010001 | 100 | 111001 | 1011100 | 111001 |
Color Harmonies of #F6EC2E
Complementary color
Monochromatic Colors of #F6EC2E
Black with #F6EC2E
Text Example
Text Example
White with #F6EC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EC2E; }
p { color: rgb(246,236,46); }
H1.HeaderClassName
{
color: #F6EC2E;
}
.AnyTagClassName
{
color: #F6EC2E;
}
</style>
background-color css
<style>
a { background-color: #F6EC2E; }
a { background-color: rgb(246,236,46); }
div.DivClassName
{
background-color: #F6EC2E;
}
.BgClassName
{
background-color: #F6EC2E;
}
</style>
border-color css
<style>
span { border-color: #F6EC2E; }
span { border-color: rgb(246,236,46); }
td.TdClassName
{
border-color: #F6EC2E;
}
.TagClassName
{
border-color: #F6EC2E;
}
</style>