Shades of Gorse #FEED32
Tints of Gorse #FEED32
RGB
CMYK
RGB Variations
Color information
#FEED32 (or 0xFEED32) is known color: Gorse. HEX triplet: FE, ED and 32. RGB value is (254,237,50). Sum of RGB (Red+Green+Blue) = 254+237+50=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 50 (19.92% from 255 or 9.24% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED32 is #0112CD. Grayscale: #DDDDDD. Windows color (decimal): -70350 or 3337726. OLE color: 3337726.
HSL color Cylindrical-coordinate representation of color #FEED32: hue angle of 55º 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 #FEED32 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 50 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.00 |
| HSL | 55º | 0.99% | 0.6% | - |
| HSV(B) | 55º | 0.8% | 1% | - |
| XYZ | 71.73 | 81.87 | 15.04 | - |
| YUV | 220.77 | 31.63 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 50 | 0 | 0.07 | 0.80 | 0.00 | 55 | 0.99 | 0.6 |
| Hex | FE | ED | 32 | 0 | 7 | 50 | 0 | 37 | 63 | 3C |
| Octal | 376 | 355 | 62 | 0 | 7 | 120 | 0 | 67 | 143 | 74 |
| Binary | 11111110 | 11101101 | 110010 | 0 | 111 | 1010000 | 0 | 110111 | 1100011 | 111100 |
Color Harmonies of #FEED32
Complementary color
Monochromatic Colors of #FEED32
Black with #FEED32
Text Example
Text Example
White with #FEED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED32; }
p { color: rgb(254,237,50); }
H1.HeaderClassName
{
color: #FEED32;
}
.AnyTagClassName
{
color: #FEED32;
}
</style>
background-color css
<style>
a { background-color: #FEED32; }
a { background-color: rgb(254,237,50); }
div.DivClassName
{
background-color: #FEED32;
}
.BgClassName
{
background-color: #FEED32;
}
</style>
border-color css
<style>
span { border-color: #FEED32; }
span { border-color: rgb(254,237,50); }
td.TdClassName
{
border-color: #FEED32;
}
.TagClassName
{
border-color: #FEED32;
}
</style>