Shades of Gorse #F6E040
Tints of Gorse #F6E040
RGB
CMYK
RGB Variations
Color information
#F6E040 (or 0xF6E040) is known color: Gorse. HEX triplet: F6, E0 and 40. RGB value is (246,224,64). Sum of RGB (Red+Green+Blue) = 246+224+64=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 64 (25.39% from 255 or 11.99% from 534); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6E040 is #091FBF. Grayscale: #D4D4D4. Windows color (decimal): -597952 or 4251894. OLE color: 4251894.
HSL color Cylindrical-coordinate representation of color #F6E040: hue angle of 52.75º 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 #F6E040 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 224 | 64 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.04 |
| HSL | 52.75º | 0.91% | 0.61% | - |
| HSV(B) | 52.75º | 0.74% | 0.96% | - |
| XYZ | 65.59 | 73.27 | 15.54 | - |
| YUV | 212.34 | 44.29 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 224 | 64 | 0 | 0.09 | 0.74 | 0.04 | 52.75 | 0.91 | 0.61 |
| Hex | F6 | E0 | 40 | 0 | 9 | 4A | 4 | 35 | 5B | 3D |
| Octal | 366 | 340 | 100 | 0 | 11 | 112 | 4 | 65 | 133 | 75 |
| Binary | 11110110 | 11100000 | 1000000 | 0 | 1001 | 1001010 | 100 | 110101 | 1011011 | 111101 |
Color Harmonies of #F6E040
Complementary color
Monochromatic Colors of #F6E040
Black with #F6E040
Text Example
Text Example
White with #F6E040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E040; }
p { color: rgb(246,224,64); }
H1.HeaderClassName
{
color: #F6E040;
}
.AnyTagClassName
{
color: #F6E040;
}
</style>
background-color css
<style>
a { background-color: #F6E040; }
a { background-color: rgb(246,224,64); }
div.DivClassName
{
background-color: #F6E040;
}
.BgClassName
{
background-color: #F6E040;
}
</style>
border-color css
<style>
span { border-color: #F6E040; }
span { border-color: rgb(246,224,64); }
td.TdClassName
{
border-color: #F6E040;
}
.TagClassName
{
border-color: #F6E040;
}
</style>