Shades of Gorse #F3E43A
Tints of Gorse #F3E43A
RGB
CMYK
RGB Variations
Color information
#F3E43A (or 0xF3E43A) is known color: Gorse. HEX triplet: F3, E4 and 3A. RGB value is (243,228,58). Sum of RGB (Red+Green+Blue) = 243+228+58=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 58 (23.05% from 255 or 10.96% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3E43A is #0C1BC5. Grayscale: #D5D5D5. Windows color (decimal): -793542 or 3859699. OLE color: 3859699.
HSL color Cylindrical-coordinate representation of color #F3E43A: hue angle of 55.14º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F3E43A is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 228 | 58 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.05 |
| HSL | 55.14º | 0.89% | 0.59% | - |
| HSV(B) | 55.14º | 0.76% | 0.95% | - |
| XYZ | 65.47 | 74.85 | 15 | - |
| YUV | 213.11 | 40.47 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 228 | 58 | 0 | 0.06 | 0.76 | 0.05 | 55.14 | 0.89 | 0.59 |
| Hex | F3 | E4 | 3A | 0 | 6 | 4C | 5 | 37 | 59 | 3B |
| Octal | 363 | 344 | 72 | 0 | 6 | 114 | 5 | 67 | 131 | 73 |
| Binary | 11110011 | 11100100 | 111010 | 0 | 110 | 1001100 | 101 | 110111 | 1011001 | 111011 |
Color Harmonies of #F3E43A
Complementary color
Monochromatic Colors of #F3E43A
Black with #F3E43A
Text Example
Text Example
White with #F3E43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E43A; }
p { color: rgb(243,228,58); }
H1.HeaderClassName
{
color: #F3E43A;
}
.AnyTagClassName
{
color: #F3E43A;
}
</style>
background-color css
<style>
a { background-color: #F3E43A; }
a { background-color: rgb(243,228,58); }
div.DivClassName
{
background-color: #F3E43A;
}
.BgClassName
{
background-color: #F3E43A;
}
</style>
border-color css
<style>
span { border-color: #F3E43A; }
span { border-color: rgb(243,228,58); }
td.TdClassName
{
border-color: #F3E43A;
}
.TagClassName
{
border-color: #F3E43A;
}
</style>