Shades of Gorse #F9E535
Tints of Gorse #F9E535
RGB
CMYK
RGB Variations
Color information
#F9E535 (or 0xF9E535) is known color: Gorse. HEX triplet: F9, E5 and 35. RGB value is (249,229,53). Sum of RGB (Red+Green+Blue) = 249+229+53=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 53 (21.09% from 255 or 9.98% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E535 is #061ACA. Grayscale: #D7D7D7. Windows color (decimal): -400075 or 3532281. OLE color: 3532281.
HSL color Cylindrical-coordinate representation of color #F9E535: hue angle of 53.88º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F9E535 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 229 | 53 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.02 |
| HSL | 53.88º | 0.94% | 0.59% | - |
| HSV(B) | 53.88º | 0.79% | 0.98% | - |
| XYZ | 67.73 | 76.44 | 14.55 | - |
| YUV | 214.92 | 36.63 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 229 | 53 | 0 | 0.08 | 0.79 | 0.02 | 53.88 | 0.94 | 0.59 |
| Hex | F9 | E5 | 35 | 0 | 8 | 4F | 2 | 36 | 5E | 3B |
| Octal | 371 | 345 | 65 | 0 | 10 | 117 | 2 | 66 | 136 | 73 |
| Binary | 11111001 | 11100101 | 110101 | 0 | 1000 | 1001111 | 10 | 110110 | 1011110 | 111011 |
Color Harmonies of #F9E535
Complementary color
Monochromatic Colors of #F9E535
Black with #F9E535
Text Example
Text Example
White with #F9E535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E535; }
p { color: rgb(249,229,53); }
H1.HeaderClassName
{
color: #F9E535;
}
.AnyTagClassName
{
color: #F9E535;
}
</style>
background-color css
<style>
a { background-color: #F9E535; }
a { background-color: rgb(249,229,53); }
div.DivClassName
{
background-color: #F9E535;
}
.BgClassName
{
background-color: #F9E535;
}
</style>
border-color css
<style>
span { border-color: #F9E535; }
span { border-color: rgb(249,229,53); }
td.TdClassName
{
border-color: #F9E535;
}
.TagClassName
{
border-color: #F9E535;
}
</style>