Shades of Gorse #F6EC40
Tints of Gorse #F6EC40
RGB
CMYK
RGB Variations
Color information
#F6EC40 (or 0xF6EC40) is known color: Gorse. HEX triplet: F6, EC and 40. RGB value is (246,236,64). Sum of RGB (Red+Green+Blue) = 246+236+64=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 64 (25.39% from 255 or 11.72% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EC40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6EC40 is #0913BF. Grayscale: #DCDCDC. Windows color (decimal): -594880 or 4254966. OLE color: 4254966.
HSL color Cylindrical-coordinate representation of color #F6EC40: hue angle of 56.7º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F6EC40 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 236 | 64 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.04 |
| HSL | 56.7º | 0.91% | 0.61% | - |
| HSV(B) | 56.7º | 0.74% | 0.96% | - |
| XYZ | 68.93 | 79.95 | 16.65 | - |
| YUV | 219.38 | 40.31 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 236 | 64 | 0 | 0.04 | 0.74 | 0.04 | 56.7 | 0.91 | 0.61 |
| Hex | F6 | EC | 40 | 0 | 4 | 4A | 4 | 39 | 5B | 3D |
| Octal | 366 | 354 | 100 | 0 | 4 | 112 | 4 | 71 | 133 | 75 |
| Binary | 11110110 | 11101100 | 1000000 | 0 | 100 | 1001010 | 100 | 111001 | 1011011 | 111101 |
Color Harmonies of #F6EC40
Complementary color
Monochromatic Colors of #F6EC40
Black with #F6EC40
Text Example
Text Example
White with #F6EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EC40; }
p { color: rgb(246,236,64); }
H1.HeaderClassName
{
color: #F6EC40;
}
.AnyTagClassName
{
color: #F6EC40;
}
</style>
background-color css
<style>
a { background-color: #F6EC40; }
a { background-color: rgb(246,236,64); }
div.DivClassName
{
background-color: #F6EC40;
}
.BgClassName
{
background-color: #F6EC40;
}
</style>
border-color css
<style>
span { border-color: #F6EC40; }
span { border-color: rgb(246,236,64); }
td.TdClassName
{
border-color: #F6EC40;
}
.TagClassName
{
border-color: #F6EC40;
}
</style>