Shades of Gorse #FEED25
Tints of Gorse #FEED25
RGB
CMYK
RGB Variations
Color information
#FEED25 (or 0xFEED25) is known color: Gorse. HEX triplet: FE, ED and 25. RGB value is (254,237,37). Sum of RGB (Red+Green+Blue) = 254+237+37=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 37 (14.84% from 255 or 7.01% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED25 is #0112DA. Grayscale: #DCDCDC. Windows color (decimal): -70363 or 2485758. OLE color: 2485758.
HSL color Cylindrical-coordinate representation of color #FEED25: hue angle of 55.3º 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 #FEED25 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 37 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.00 |
| HSL | 55.3º | 0.99% | 0.57% | - |
| HSV(B) | 55.3º | 0.85% | 1% | - |
| XYZ | 71.49 | 81.77 | 13.77 | - |
| YUV | 219.28 | 25.13 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 37 | 0 | 0.07 | 0.85 | 0.00 | 55.3 | 0.99 | 0.57 |
| Hex | FE | ED | 25 | 0 | 7 | 55 | 0 | 37 | 63 | 39 |
| Octal | 376 | 355 | 45 | 0 | 7 | 125 | 0 | 67 | 143 | 71 |
| Binary | 11111110 | 11101101 | 100101 | 0 | 111 | 1010101 | 0 | 110111 | 1100011 | 111001 |
Color Harmonies of #FEED25
Complementary color
Monochromatic Colors of #FEED25
Black with #FEED25
Text Example
Text Example
White with #FEED25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED25; }
p { color: rgb(254,237,37); }
H1.HeaderClassName
{
color: #FEED25;
}
.AnyTagClassName
{
color: #FEED25;
}
</style>
background-color css
<style>
a { background-color: #FEED25; }
a { background-color: rgb(254,237,37); }
div.DivClassName
{
background-color: #FEED25;
}
.BgClassName
{
background-color: #FEED25;
}
</style>
border-color css
<style>
span { border-color: #FEED25; }
span { border-color: rgb(254,237,37); }
td.TdClassName
{
border-color: #FEED25;
}
.TagClassName
{
border-color: #FEED25;
}
</style>