Shades of Gorse #F6EA3A
Tints of Gorse #F6EA3A
RGB
CMYK
RGB Variations
Color information
#F6EA3A (or 0xF6EA3A) is known color: Gorse. HEX triplet: F6, EA and 3A. RGB value is (246,234,58). Sum of RGB (Red+Green+Blue) = 246+234+58=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 58 (23.05% from 255 or 10.78% from 538); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EA3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6EA3A is #0915C5. Grayscale: #DADADA. Windows color (decimal): -595398 or 3861238. OLE color: 3861238.
HSL color Cylindrical-coordinate representation of color #F6EA3A: hue angle of 56.17º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6EA3A is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 234 | 58 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.04 |
| HSL | 56.17º | 0.91% | 0.6% | - |
| HSV(B) | 56.17º | 0.76% | 0.96% | - |
| XYZ | 68.19 | 78.74 | 15.61 | - |
| YUV | 217.52 | 37.98 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 234 | 58 | 0 | 0.05 | 0.76 | 0.04 | 56.17 | 0.91 | 0.6 |
| Hex | F6 | EA | 3A | 0 | 5 | 4C | 4 | 38 | 5B | 3C |
| Octal | 366 | 352 | 72 | 0 | 5 | 114 | 4 | 70 | 133 | 74 |
| Binary | 11110110 | 11101010 | 111010 | 0 | 101 | 1001100 | 100 | 111000 | 1011011 | 111100 |
Color Harmonies of #F6EA3A
Complementary color
Monochromatic Colors of #F6EA3A
Black with #F6EA3A
Text Example
Text Example
White with #F6EA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EA3A; }
p { color: rgb(246,234,58); }
H1.HeaderClassName
{
color: #F6EA3A;
}
.AnyTagClassName
{
color: #F6EA3A;
}
</style>
background-color css
<style>
a { background-color: #F6EA3A; }
a { background-color: rgb(246,234,58); }
div.DivClassName
{
background-color: #F6EA3A;
}
.BgClassName
{
background-color: #F6EA3A;
}
</style>
border-color css
<style>
span { border-color: #F6EA3A; }
span { border-color: rgb(246,234,58); }
td.TdClassName
{
border-color: #F6EA3A;
}
.TagClassName
{
border-color: #F6EA3A;
}
</style>