Shades of Gorse #F6EA3F
Tints of Gorse #F6EA3F
RGB
CMYK
RGB Variations
Color information
#F6EA3F (or 0xF6EA3F) is known color: Gorse. HEX triplet: F6, EA and 3F. RGB value is (246,234,63). Sum of RGB (Red+Green+Blue) = 246+234+63=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 63 (25% from 255 or 11.60% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EA3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6EA3F is #0915C0. Grayscale: #DADADA. Windows color (decimal): -595393 or 4188918. OLE color: 4188918.
HSL color Cylindrical-coordinate representation of color #F6EA3F: hue angle of 56.07º 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 #F6EA3F is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 234 | 63 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.04 |
| HSL | 56.07º | 0.91% | 0.61% | - |
| HSV(B) | 56.07º | 0.74% | 0.96% | - |
| XYZ | 68.33 | 78.8 | 16.31 | - |
| YUV | 218.09 | 40.48 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 234 | 63 | 0 | 0.05 | 0.74 | 0.04 | 56.07 | 0.91 | 0.61 |
| Hex | F6 | EA | 3F | 0 | 5 | 4A | 4 | 38 | 5B | 3D |
| Octal | 366 | 352 | 77 | 0 | 5 | 112 | 4 | 70 | 133 | 75 |
| Binary | 11110110 | 11101010 | 111111 | 0 | 101 | 1001010 | 100 | 111000 | 1011011 | 111101 |
Color Harmonies of #F6EA3F
Complementary color
Monochromatic Colors of #F6EA3F
Black with #F6EA3F
Text Example
Text Example
White with #F6EA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EA3F; }
p { color: rgb(246,234,63); }
H1.HeaderClassName
{
color: #F6EA3F;
}
.AnyTagClassName
{
color: #F6EA3F;
}
</style>
background-color css
<style>
a { background-color: #F6EA3F; }
a { background-color: rgb(246,234,63); }
div.DivClassName
{
background-color: #F6EA3F;
}
.BgClassName
{
background-color: #F6EA3F;
}
</style>
border-color css
<style>
span { border-color: #F6EA3F; }
span { border-color: rgb(246,234,63); }
td.TdClassName
{
border-color: #F6EA3F;
}
.TagClassName
{
border-color: #F6EA3F;
}
</style>