Shades of Gorse #F3E53B
Tints of Gorse #F3E53B
RGB
CMYK
RGB Variations
Color information
#F3E53B (or 0xF3E53B) is known color: Gorse. HEX triplet: F3, E5 and 3B. RGB value is (243,229,59). Sum of RGB (Red+Green+Blue) = 243+229+59=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 59 (23.44% from 255 or 11.11% from 531); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E53B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3E53B is #0C1AC4. Grayscale: #D6D6D6. Windows color (decimal): -793285 or 3925491. OLE color: 3925491.
HSL color Cylindrical-coordinate representation of color #F3E53B: hue angle of 55.43º degrees, saturation: 0.88, 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 #F3E53B is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 229 | 59 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.05 |
| HSL | 55.43º | 0.88% | 0.59% | - |
| HSV(B) | 55.43º | 0.76% | 0.95% | - |
| XYZ | 65.77 | 75.41 | 15.23 | - |
| YUV | 213.81 | 40.64 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 229 | 59 | 0 | 0.06 | 0.76 | 0.05 | 55.43 | 0.88 | 0.59 |
| Hex | F3 | E5 | 3B | 0 | 6 | 4C | 5 | 37 | 58 | 3B |
| Octal | 363 | 345 | 73 | 0 | 6 | 114 | 5 | 67 | 130 | 73 |
| Binary | 11110011 | 11100101 | 111011 | 0 | 110 | 1001100 | 101 | 110111 | 1011000 | 111011 |
Color Harmonies of #F3E53B
Complementary color
Monochromatic Colors of #F3E53B
Black with #F3E53B
Text Example
Text Example
White with #F3E53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E53B; }
p { color: rgb(243,229,59); }
H1.HeaderClassName
{
color: #F3E53B;
}
.AnyTagClassName
{
color: #F3E53B;
}
</style>
background-color css
<style>
a { background-color: #F3E53B; }
a { background-color: rgb(243,229,59); }
div.DivClassName
{
background-color: #F3E53B;
}
.BgClassName
{
background-color: #F3E53B;
}
</style>
border-color css
<style>
span { border-color: #F3E53B; }
span { border-color: rgb(243,229,59); }
td.TdClassName
{
border-color: #F3E53B;
}
.TagClassName
{
border-color: #F3E53B;
}
</style>