Shades of Gorse #FEDE25
Tints of Gorse #FEDE25
RGB
CMYK
RGB Variations
Color information
#FEDE25 (or 0xFEDE25) is known color: Gorse. HEX triplet: FE, DE and 25. RGB value is (254,222,37). Sum of RGB (Red+Green+Blue) = 254+222+37=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 37 (14.84% from 255 or 7.21% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDE25 is #0121DA. Grayscale: #D3D3D3. Windows color (decimal): -74203 or 2481918. OLE color: 2481918.
HSL color Cylindrical-coordinate representation of color #FEDE25: hue angle of 51.15º 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 #FEDE25 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 37 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.00 |
| HSL | 51.15º | 0.99% | 0.57% | - |
| HSV(B) | 51.15º | 0.85% | 1% | - |
| XYZ | 67.33 | 73.45 | 12.38 | - |
| YUV | 210.48 | 30.1 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 37 | 0 | 0.13 | 0.85 | 0.00 | 51.15 | 0.99 | 0.57 |
| Hex | FE | DE | 25 | 0 | D | 55 | 0 | 33 | 63 | 39 |
| Octal | 376 | 336 | 45 | 0 | 15 | 125 | 0 | 63 | 143 | 71 |
| Binary | 11111110 | 11011110 | 100101 | 0 | 1101 | 1010101 | 0 | 110011 | 1100011 | 111001 |
Color Harmonies of #FEDE25
Complementary color
Monochromatic Colors of #FEDE25
Black with #FEDE25
Text Example
Text Example
White with #FEDE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE25; }
p { color: rgb(254,222,37); }
H1.HeaderClassName
{
color: #FEDE25;
}
.AnyTagClassName
{
color: #FEDE25;
}
</style>
background-color css
<style>
a { background-color: #FEDE25; }
a { background-color: rgb(254,222,37); }
div.DivClassName
{
background-color: #FEDE25;
}
.BgClassName
{
background-color: #FEDE25;
}
</style>
border-color css
<style>
span { border-color: #FEDE25; }
span { border-color: rgb(254,222,37); }
td.TdClassName
{
border-color: #FEDE25;
}
.TagClassName
{
border-color: #FEDE25;
}
</style>