Shades of Gorse #F3F033
Tints of Gorse #F3F033
RGB
CMYK
RGB Variations
Color information
#F3F033 (or 0xF3F033) is known color: Gorse. HEX triplet: F3, F0 and 33. RGB value is (243,240,51). Sum of RGB (Red+Green+Blue) = 243+240+51=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 51 (20.31% from 255 or 9.55% from 534); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F033 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3F033 is #0C0FCC. Grayscale: #DCDCDC. Windows color (decimal): -790477 or 3404019. OLE color: 3404019.
HSL color Cylindrical-coordinate representation of color #F3F033: hue angle of 59.06º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3F033 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 51 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.05 |
| HSL | 59.06º | 0.89% | 0.58% | - |
| HSV(B) | 59.06º | 0.79% | 0.95% | - |
| XYZ | 68.72 | 81.61 | 15.26 | - |
| YUV | 219.35 | 32.99 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 51 | 0 | 0.01 | 0.79 | 0.05 | 59.06 | 0.89 | 0.58 |
| Hex | F3 | F0 | 33 | 0 | 1 | 4F | 5 | 3B | 59 | 3A |
| Octal | 363 | 360 | 63 | 0 | 1 | 117 | 5 | 73 | 131 | 72 |
| Binary | 11110011 | 11110000 | 110011 | 0 | 1 | 1001111 | 101 | 111011 | 1011001 | 111010 |
Color Harmonies of #F3F033
Complementary color
Monochromatic Colors of #F3F033
Black with #F3F033
Text Example
Text Example
White with #F3F033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F033; }
p { color: rgb(243,240,51); }
H1.HeaderClassName
{
color: #F3F033;
}
.AnyTagClassName
{
color: #F3F033;
}
</style>
background-color css
<style>
a { background-color: #F3F033; }
a { background-color: rgb(243,240,51); }
div.DivClassName
{
background-color: #F3F033;
}
.BgClassName
{
background-color: #F3F033;
}
</style>
border-color css
<style>
span { border-color: #F3F033; }
span { border-color: rgb(243,240,51); }
td.TdClassName
{
border-color: #F3F033;
}
.TagClassName
{
border-color: #F3F033;
}
</style>