Shades of Gorse #FEE32F
Tints of Gorse #FEE32F
RGB
CMYK
RGB Variations
Color information
#FEE32F (or 0xFEE32F) is known color: Gorse. HEX triplet: FE, E3 and 2F. RGB value is (254,227,47). Sum of RGB (Red+Green+Blue) = 254+227+47=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 47 (18.75% from 255 or 8.90% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE32F is #011CD0. Grayscale: #D7D7D7. Windows color (decimal): -72913 or 3138558. OLE color: 3138558.
HSL color Cylindrical-coordinate representation of color #FEE32F: hue angle of 52.17º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEE32F is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 47 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.00 |
| HSL | 52.17º | 0.99% | 0.59% | - |
| HSV(B) | 52.17º | 0.81% | 1% | - |
| XYZ | 68.86 | 76.21 | 13.77 | - |
| YUV | 214.55 | 33.45 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 47 | 0 | 0.11 | 0.81 | 0.00 | 52.17 | 0.99 | 0.59 |
| Hex | FE | E3 | 2F | 0 | B | 51 | 0 | 34 | 63 | 3B |
| Octal | 376 | 343 | 57 | 0 | 13 | 121 | 0 | 64 | 143 | 73 |
| Binary | 11111110 | 11100011 | 101111 | 0 | 1011 | 1010001 | 0 | 110100 | 1100011 | 111011 |
Color Harmonies of #FEE32F
Complementary color
Monochromatic Colors of #FEE32F
Black with #FEE32F
Text Example
Text Example
White with #FEE32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE32F; }
p { color: rgb(254,227,47); }
H1.HeaderClassName
{
color: #FEE32F;
}
.AnyTagClassName
{
color: #FEE32F;
}
</style>
background-color css
<style>
a { background-color: #FEE32F; }
a { background-color: rgb(254,227,47); }
div.DivClassName
{
background-color: #FEE32F;
}
.BgClassName
{
background-color: #FEE32F;
}
</style>
border-color css
<style>
span { border-color: #FEE32F; }
span { border-color: rgb(254,227,47); }
td.TdClassName
{
border-color: #FEE32F;
}
.TagClassName
{
border-color: #FEE32F;
}
</style>