Shades of Gorse #F9E132
Tints of Gorse #F9E132
RGB
CMYK
RGB Variations
Color information
#F9E132 (or 0xF9E132) is known color: Gorse. HEX triplet: F9, E1 and 32. RGB value is (249,225,50). Sum of RGB (Red+Green+Blue) = 249+225+50=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 50 (19.92% from 255 or 9.54% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E132 is #061ECD. Grayscale: #D4D4D4. Windows color (decimal): -401102 or 3334649. OLE color: 3334649.
HSL color Cylindrical-coordinate representation of color #F9E132: hue angle of 52.76º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9E132 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 50 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.02 |
| HSL | 52.76º | 0.94% | 0.59% | - |
| HSV(B) | 52.76º | 0.8% | 0.98% | - |
| XYZ | 66.57 | 74.22 | 13.84 | - |
| YUV | 212.23 | 36.45 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 50 | 0 | 0.10 | 0.80 | 0.02 | 52.76 | 0.94 | 0.59 |
| Hex | F9 | E1 | 32 | 0 | A | 50 | 2 | 35 | 5E | 3B |
| Octal | 371 | 341 | 62 | 0 | 12 | 120 | 2 | 65 | 136 | 73 |
| Binary | 11111001 | 11100001 | 110010 | 0 | 1010 | 1010000 | 10 | 110101 | 1011110 | 111011 |
Color Harmonies of #F9E132
Complementary color
Monochromatic Colors of #F9E132
Black with #F9E132
Text Example
Text Example
White with #F9E132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E132; }
p { color: rgb(249,225,50); }
H1.HeaderClassName
{
color: #F9E132;
}
.AnyTagClassName
{
color: #F9E132;
}
</style>
background-color css
<style>
a { background-color: #F9E132; }
a { background-color: rgb(249,225,50); }
div.DivClassName
{
background-color: #F9E132;
}
.BgClassName
{
background-color: #F9E132;
}
</style>
border-color css
<style>
span { border-color: #F9E132; }
span { border-color: rgb(249,225,50); }
td.TdClassName
{
border-color: #F9E132;
}
.TagClassName
{
border-color: #F9E132;
}
</style>