Shades of Gorse #F9E33B
Tints of Gorse #F9E33B
RGB
CMYK
RGB Variations
Color information
#F9E33B (or 0xF9E33B) is known color: Gorse. HEX triplet: F9, E3 and 3B. RGB value is (249,227,59). Sum of RGB (Red+Green+Blue) = 249+227+59=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 59 (23.44% from 255 or 11.03% from 535); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E33B is #061CC4. Grayscale: #D7D7D7. Windows color (decimal): -400581 or 3924985. OLE color: 3924985.
HSL color Cylindrical-coordinate representation of color #F9E33B: hue angle of 53.05º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9E33B is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 227 | 59 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.02 |
| HSL | 53.05º | 0.94% | 0.6% | - |
| HSV(B) | 53.05º | 0.76% | 0.98% | - |
| XYZ | 67.33 | 75.39 | 15.14 | - |
| YUV | 214.43 | 40.29 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 227 | 59 | 0 | 0.09 | 0.76 | 0.02 | 53.05 | 0.94 | 0.6 |
| Hex | F9 | E3 | 3B | 0 | 9 | 4C | 2 | 35 | 5E | 3C |
| Octal | 371 | 343 | 73 | 0 | 11 | 114 | 2 | 65 | 136 | 74 |
| Binary | 11111001 | 11100011 | 111011 | 0 | 1001 | 1001100 | 10 | 110101 | 1011110 | 111100 |
Color Harmonies of #F9E33B
Complementary color
Monochromatic Colors of #F9E33B
Black with #F9E33B
Text Example
Text Example
White with #F9E33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E33B; }
p { color: rgb(249,227,59); }
H1.HeaderClassName
{
color: #F9E33B;
}
.AnyTagClassName
{
color: #F9E33B;
}
</style>
background-color css
<style>
a { background-color: #F9E33B; }
a { background-color: rgb(249,227,59); }
div.DivClassName
{
background-color: #F9E33B;
}
.BgClassName
{
background-color: #F9E33B;
}
</style>
border-color css
<style>
span { border-color: #F9E33B; }
span { border-color: rgb(249,227,59); }
td.TdClassName
{
border-color: #F9E33B;
}
.TagClassName
{
border-color: #F9E33B;
}
</style>