Shades of Gorse #FEEA25
Tints of Gorse #FEEA25
RGB
CMYK
RGB Variations
Color information
#FEEA25 (or 0xFEEA25) is known color: Gorse. HEX triplet: FE, EA and 25. RGB value is (254,234,37). Sum of RGB (Red+Green+Blue) = 254+234+37=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 37 (14.84% from 255 or 7.05% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA25 is #0115DA. Grayscale: #DADADA. Windows color (decimal): -71131 or 2484990. OLE color: 2484990.
HSL color Cylindrical-coordinate representation of color #FEEA25: hue angle of 54.47º 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 #FEEA25 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 37 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.00 |
| HSL | 54.47º | 0.99% | 0.57% | - |
| HSV(B) | 54.47º | 0.85% | 1% | - |
| XYZ | 70.63 | 80.05 | 13.48 | - |
| YUV | 217.52 | 26.13 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 37 | 0 | 0.08 | 0.85 | 0.00 | 54.47 | 0.99 | 0.57 |
| Hex | FE | EA | 25 | 0 | 8 | 55 | 0 | 36 | 63 | 39 |
| Octal | 376 | 352 | 45 | 0 | 10 | 125 | 0 | 66 | 143 | 71 |
| Binary | 11111110 | 11101010 | 100101 | 0 | 1000 | 1010101 | 0 | 110110 | 1100011 | 111001 |
Color Harmonies of #FEEA25
Complementary color
Monochromatic Colors of #FEEA25
Black with #FEEA25
Text Example
Text Example
White with #FEEA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA25; }
p { color: rgb(254,234,37); }
H1.HeaderClassName
{
color: #FEEA25;
}
.AnyTagClassName
{
color: #FEEA25;
}
</style>
background-color css
<style>
a { background-color: #FEEA25; }
a { background-color: rgb(254,234,37); }
div.DivClassName
{
background-color: #FEEA25;
}
.BgClassName
{
background-color: #FEEA25;
}
</style>
border-color css
<style>
span { border-color: #FEEA25; }
span { border-color: rgb(254,234,37); }
td.TdClassName
{
border-color: #FEEA25;
}
.TagClassName
{
border-color: #FEEA25;
}
</style>