Shades of Gorse #F3EE3A
Tints of Gorse #F3EE3A
RGB
CMYK
RGB Variations
Color information
#F3EE3A (or 0xF3EE3A) is known color: Gorse. HEX triplet: F3, EE and 3A. RGB value is (243,238,58). Sum of RGB (Red+Green+Blue) = 243+238+58=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 58 (23.05% from 255 or 10.76% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EE3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3EE3A is #0C11C5. Grayscale: #DBDBDB. Windows color (decimal): -790982 or 3862259. OLE color: 3862259.
HSL color Cylindrical-coordinate representation of color #F3EE3A: hue angle of 58.38º 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 #F3EE3A is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 238 | 58 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.05 |
| HSL | 58.38º | 0.89% | 0.59% | - |
| HSV(B) | 58.38º | 0.76% | 0.95% | - |
| XYZ | 68.3 | 80.51 | 15.94 | - |
| YUV | 218.98 | 37.16 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 238 | 58 | 0 | 0.02 | 0.76 | 0.05 | 58.38 | 0.89 | 0.59 |
| Hex | F3 | EE | 3A | 0 | 2 | 4C | 5 | 3A | 59 | 3B |
| Octal | 363 | 356 | 72 | 0 | 2 | 114 | 5 | 72 | 131 | 73 |
| Binary | 11110011 | 11101110 | 111010 | 0 | 10 | 1001100 | 101 | 111010 | 1011001 | 111011 |
Color Harmonies of #F3EE3A
Complementary color
Monochromatic Colors of #F3EE3A
Black with #F3EE3A
Text Example
Text Example
White with #F3EE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EE3A; }
p { color: rgb(243,238,58); }
H1.HeaderClassName
{
color: #F3EE3A;
}
.AnyTagClassName
{
color: #F3EE3A;
}
</style>
background-color css
<style>
a { background-color: #F3EE3A; }
a { background-color: rgb(243,238,58); }
div.DivClassName
{
background-color: #F3EE3A;
}
.BgClassName
{
background-color: #F3EE3A;
}
</style>
border-color css
<style>
span { border-color: #F3EE3A; }
span { border-color: rgb(243,238,58); }
td.TdClassName
{
border-color: #F3EE3A;
}
.TagClassName
{
border-color: #F3EE3A;
}
</style>