Shades of Gorse #F3F036
Tints of Gorse #F3F036
RGB
CMYK
RGB Variations
Color information
#F3F036 (or 0xF3F036) is known color: Gorse. HEX triplet: F3, F0 and 36. RGB value is (243,240,54). Sum of RGB (Red+Green+Blue) = 243+240+54=537 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.25% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 54 (21.48% from 255 or 10.06% from 537); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F036 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3F036 is #0C0FC9. Grayscale: #DCDCDC. Windows color (decimal): -790474 or 3600627. OLE color: 3600627.
HSL color Cylindrical-coordinate representation of color #F3F036: hue angle of 59.05º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F3F036 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 54 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.05 |
| HSL | 59.05º | 0.89% | 0.58% | - |
| HSV(B) | 59.05º | 0.78% | 0.95% | - |
| XYZ | 68.79 | 81.64 | 15.62 | - |
| YUV | 219.69 | 34.49 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 54 | 0 | 0.01 | 0.78 | 0.05 | 59.05 | 0.89 | 0.58 |
| Hex | F3 | F0 | 36 | 0 | 1 | 4E | 5 | 3B | 59 | 3A |
| Octal | 363 | 360 | 66 | 0 | 1 | 116 | 5 | 73 | 131 | 72 |
| Binary | 11110011 | 11110000 | 110110 | 0 | 1 | 1001110 | 101 | 111011 | 1011001 | 111010 |
Color Harmonies of #F3F036
Complementary color
Monochromatic Colors of #F3F036
Black with #F3F036
Text Example
Text Example
White with #F3F036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F036; }
p { color: rgb(243,240,54); }
H1.HeaderClassName
{
color: #F3F036;
}
.AnyTagClassName
{
color: #F3F036;
}
</style>
background-color css
<style>
a { background-color: #F3F036; }
a { background-color: rgb(243,240,54); }
div.DivClassName
{
background-color: #F3F036;
}
.BgClassName
{
background-color: #F3F036;
}
</style>
border-color css
<style>
span { border-color: #F3F036; }
span { border-color: rgb(243,240,54); }
td.TdClassName
{
border-color: #F3F036;
}
.TagClassName
{
border-color: #F3F036;
}
</style>