Shades of Gorse #FEE132
Tints of Gorse #FEE132
RGB
CMYK
RGB Variations
Color information
#FEE132 (or 0xFEE132) is known color: Gorse. HEX triplet: FE, E1 and 32. RGB value is (254,225,50). Sum of RGB (Red+Green+Blue) = 254+225+50=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 50 (19.92% from 255 or 9.45% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE132 is #011ECD. Grayscale: #D6D6D6. Windows color (decimal): -73422 or 3334654. OLE color: 3334654.
HSL color Cylindrical-coordinate representation of color #FEE132: hue angle of 51.47º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEE132 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 50 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.00 |
| HSL | 51.47º | 0.99% | 0.6% | - |
| HSV(B) | 51.47º | 0.8% | 1% | - |
| XYZ | 68.37 | 75.15 | 13.92 | - |
| YUV | 213.72 | 35.61 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 50 | 0 | 0.11 | 0.80 | 0.00 | 51.47 | 0.99 | 0.6 |
| Hex | FE | E1 | 32 | 0 | B | 50 | 0 | 33 | 63 | 3C |
| Octal | 376 | 341 | 62 | 0 | 13 | 120 | 0 | 63 | 143 | 74 |
| Binary | 11111110 | 11100001 | 110010 | 0 | 1011 | 1010000 | 0 | 110011 | 1100011 | 111100 |
Color Harmonies of #FEE132
Complementary color
Monochromatic Colors of #FEE132
Black with #FEE132
Text Example
Text Example
White with #FEE132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE132; }
p { color: rgb(254,225,50); }
H1.HeaderClassName
{
color: #FEE132;
}
.AnyTagClassName
{
color: #FEE132;
}
</style>
background-color css
<style>
a { background-color: #FEE132; }
a { background-color: rgb(254,225,50); }
div.DivClassName
{
background-color: #FEE132;
}
.BgClassName
{
background-color: #FEE132;
}
</style>
border-color css
<style>
span { border-color: #FEE132; }
span { border-color: rgb(254,225,50); }
td.TdClassName
{
border-color: #FEE132;
}
.TagClassName
{
border-color: #FEE132;
}
</style>