Shades of Gorse #F3E53E
Tints of Gorse #F3E53E
RGB
CMYK
RGB Variations
Color information
#F3E53E (or 0xF3E53E) is known color: Gorse. HEX triplet: F3, E5 and 3E. RGB value is (243,229,62). Sum of RGB (Red+Green+Blue) = 243+229+62=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 62 (24.61% from 255 or 11.61% from 534); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E53E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3E53E is #0C1AC1. Grayscale: #D6D6D6. Windows color (decimal): -793282 or 4122099. OLE color: 4122099.
HSL color Cylindrical-coordinate representation of color #F3E53E: hue angle of 55.36º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F3E53E is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 229 | 62 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.05 |
| HSL | 55.36º | 0.88% | 0.6% | - |
| HSV(B) | 55.36º | 0.74% | 0.95% | - |
| XYZ | 65.85 | 75.44 | 15.65 | - |
| YUV | 214.15 | 42.14 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 229 | 62 | 0 | 0.06 | 0.74 | 0.05 | 55.36 | 0.88 | 0.6 |
| Hex | F3 | E5 | 3E | 0 | 6 | 4A | 5 | 37 | 58 | 3C |
| Octal | 363 | 345 | 76 | 0 | 6 | 112 | 5 | 67 | 130 | 74 |
| Binary | 11110011 | 11100101 | 111110 | 0 | 110 | 1001010 | 101 | 110111 | 1011000 | 111100 |
Color Harmonies of #F3E53E
Complementary color
Monochromatic Colors of #F3E53E
Black with #F3E53E
Text Example
Text Example
White with #F3E53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E53E; }
p { color: rgb(243,229,62); }
H1.HeaderClassName
{
color: #F3E53E;
}
.AnyTagClassName
{
color: #F3E53E;
}
</style>
background-color css
<style>
a { background-color: #F3E53E; }
a { background-color: rgb(243,229,62); }
div.DivClassName
{
background-color: #F3E53E;
}
.BgClassName
{
background-color: #F3E53E;
}
</style>
border-color css
<style>
span { border-color: #F3E53E; }
span { border-color: rgb(243,229,62); }
td.TdClassName
{
border-color: #F3E53E;
}
.TagClassName
{
border-color: #F3E53E;
}
</style>