Shades of Gorse #FEED28
Tints of Gorse #FEED28
RGB
CMYK
RGB Variations
Color information
#FEED28 (or 0xFEED28) is known color: Gorse. HEX triplet: FE, ED and 28. RGB value is (254,237,40). Sum of RGB (Red+Green+Blue) = 254+237+40=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 40 (16.02% from 255 or 7.53% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED28 is #0112D7. Grayscale: #DCDCDC. Windows color (decimal): -70360 or 2682366. OLE color: 2682366.
HSL color Cylindrical-coordinate representation of color #FEED28: hue angle of 55.23º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEED28 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 40 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.00 |
| HSL | 55.23º | 0.99% | 0.58% | - |
| HSV(B) | 55.23º | 0.84% | 1% | - |
| XYZ | 71.54 | 81.79 | 14.02 | - |
| YUV | 219.63 | 26.63 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 40 | 0 | 0.07 | 0.84 | 0.00 | 55.23 | 0.99 | 0.58 |
| Hex | FE | ED | 28 | 0 | 7 | 54 | 0 | 37 | 63 | 3A |
| Octal | 376 | 355 | 50 | 0 | 7 | 124 | 0 | 67 | 143 | 72 |
| Binary | 11111110 | 11101101 | 101000 | 0 | 111 | 1010100 | 0 | 110111 | 1100011 | 111010 |
Color Harmonies of #FEED28
Complementary color
Monochromatic Colors of #FEED28
Black with #FEED28
Text Example
Text Example
White with #FEED28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED28; }
p { color: rgb(254,237,40); }
H1.HeaderClassName
{
color: #FEED28;
}
.AnyTagClassName
{
color: #FEED28;
}
</style>
background-color css
<style>
a { background-color: #FEED28; }
a { background-color: rgb(254,237,40); }
div.DivClassName
{
background-color: #FEED28;
}
.BgClassName
{
background-color: #FEED28;
}
</style>
border-color css
<style>
span { border-color: #FEED28; }
span { border-color: rgb(254,237,40); }
td.TdClassName
{
border-color: #FEED28;
}
.TagClassName
{
border-color: #FEED28;
}
</style>