Shades of Gorse #FEED26
Tints of Gorse #FEED26
RGB
CMYK
RGB Variations
Color information
#FEED26 (or 0xFEED26) is known color: Gorse. HEX triplet: FE, ED and 26. RGB value is (254,237,38). Sum of RGB (Red+Green+Blue) = 254+237+38=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 38 (15.23% from 255 or 7.18% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED26 is #0112D9. Grayscale: #DCDCDC. Windows color (decimal): -70362 or 2551294. OLE color: 2551294.
HSL color Cylindrical-coordinate representation of color #FEED26: hue angle of 55.28º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEED26 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 38 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.00 |
| HSL | 55.28º | 0.99% | 0.57% | - |
| HSV(B) | 55.28º | 0.85% | 1% | - |
| XYZ | 71.51 | 81.78 | 13.85 | - |
| YUV | 219.4 | 25.63 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 38 | 0 | 0.07 | 0.85 | 0.00 | 55.28 | 0.99 | 0.57 |
| Hex | FE | ED | 26 | 0 | 7 | 55 | 0 | 37 | 63 | 39 |
| Octal | 376 | 355 | 46 | 0 | 7 | 125 | 0 | 67 | 143 | 71 |
| Binary | 11111110 | 11101101 | 100110 | 0 | 111 | 1010101 | 0 | 110111 | 1100011 | 111001 |
Color Harmonies of #FEED26
Complementary color
Monochromatic Colors of #FEED26
Black with #FEED26
Text Example
Text Example
White with #FEED26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED26; }
p { color: rgb(254,237,38); }
H1.HeaderClassName
{
color: #FEED26;
}
.AnyTagClassName
{
color: #FEED26;
}
</style>
background-color css
<style>
a { background-color: #FEED26; }
a { background-color: rgb(254,237,38); }
div.DivClassName
{
background-color: #FEED26;
}
.BgClassName
{
background-color: #FEED26;
}
</style>
border-color css
<style>
span { border-color: #FEED26; }
span { border-color: rgb(254,237,38); }
td.TdClassName
{
border-color: #FEED26;
}
.TagClassName
{
border-color: #FEED26;
}
</style>