Shades of Gorse #F9E036
Tints of Gorse #F9E036
RGB
CMYK
RGB Variations
Color information
#F9E036 (or 0xF9E036) is known color: Gorse. HEX triplet: F9, E0 and 36. RGB value is (249,224,54). Sum of RGB (Red+Green+Blue) = 249+224+54=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 54 (21.48% from 255 or 10.25% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E036 is #061FC9. Grayscale: #D4D4D4. Windows color (decimal): -401354 or 3596537. OLE color: 3596537.
HSL color Cylindrical-coordinate representation of color #F9E036: hue angle of 52.31º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9E036 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 224 | 54 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.02 |
| HSL | 52.31º | 0.94% | 0.59% | - |
| HSV(B) | 52.31º | 0.78% | 0.98% | - |
| XYZ | 66.39 | 73.72 | 14.22 | - |
| YUV | 212.1 | 38.78 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 224 | 54 | 0 | 0.10 | 0.78 | 0.02 | 52.31 | 0.94 | 0.59 |
| Hex | F9 | E0 | 36 | 0 | A | 4E | 2 | 34 | 5E | 3B |
| Octal | 371 | 340 | 66 | 0 | 12 | 116 | 2 | 64 | 136 | 73 |
| Binary | 11111001 | 11100000 | 110110 | 0 | 1010 | 1001110 | 10 | 110100 | 1011110 | 111011 |
Color Harmonies of #F9E036
Complementary color
Monochromatic Colors of #F9E036
Black with #F9E036
Text Example
Text Example
White with #F9E036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E036; }
p { color: rgb(249,224,54); }
H1.HeaderClassName
{
color: #F9E036;
}
.AnyTagClassName
{
color: #F9E036;
}
</style>
background-color css
<style>
a { background-color: #F9E036; }
a { background-color: rgb(249,224,54); }
div.DivClassName
{
background-color: #F9E036;
}
.BgClassName
{
background-color: #F9E036;
}
</style>
border-color css
<style>
span { border-color: #F9E036; }
span { border-color: rgb(249,224,54); }
td.TdClassName
{
border-color: #F9E036;
}
.TagClassName
{
border-color: #F9E036;
}
</style>