Shades of Gorse #F3ED3A
Tints of Gorse #F3ED3A
RGB
CMYK
RGB Variations
Color information
#F3ED3A (or 0xF3ED3A) is known color: Gorse. HEX triplet: F3, ED and 3A. RGB value is (243,237,58). Sum of RGB (Red+Green+Blue) = 243+237+58=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 58 (23.05% from 255 or 10.78% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ED3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3ED3A is #0C12C5. Grayscale: #DBDBDB. Windows color (decimal): -791238 or 3862003. OLE color: 3862003.
HSL color Cylindrical-coordinate representation of color #F3ED3A: hue angle of 58.05º 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 #F3ED3A is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 237 | 58 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.05 |
| HSL | 58.05º | 0.89% | 0.59% | - |
| HSV(B) | 58.05º | 0.76% | 0.95% | - |
| XYZ | 68.01 | 79.93 | 15.85 | - |
| YUV | 218.39 | 37.49 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 237 | 58 | 0 | 0.02 | 0.76 | 0.05 | 58.05 | 0.89 | 0.59 |
| Hex | F3 | ED | 3A | 0 | 2 | 4C | 5 | 3A | 59 | 3B |
| Octal | 363 | 355 | 72 | 0 | 2 | 114 | 5 | 72 | 131 | 73 |
| Binary | 11110011 | 11101101 | 111010 | 0 | 10 | 1001100 | 101 | 111010 | 1011001 | 111011 |
Color Harmonies of #F3ED3A
Complementary color
Monochromatic Colors of #F3ED3A
Black with #F3ED3A
Text Example
Text Example
White with #F3ED3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ED3A; }
p { color: rgb(243,237,58); }
H1.HeaderClassName
{
color: #F3ED3A;
}
.AnyTagClassName
{
color: #F3ED3A;
}
</style>
background-color css
<style>
a { background-color: #F3ED3A; }
a { background-color: rgb(243,237,58); }
div.DivClassName
{
background-color: #F3ED3A;
}
.BgClassName
{
background-color: #F3ED3A;
}
</style>
border-color css
<style>
span { border-color: #F3ED3A; }
span { border-color: rgb(243,237,58); }
td.TdClassName
{
border-color: #F3ED3A;
}
.TagClassName
{
border-color: #F3ED3A;
}
</style>