Shades of Gorse #FEEF25
Tints of Gorse #FEEF25
RGB
CMYK
RGB Variations
Color information
#FEEF25 (or 0xFEEF25) is known color: Gorse. HEX triplet: FE, EF and 25. RGB value is (254,239,37). Sum of RGB (Red+Green+Blue) = 254+239+37=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 37 (14.84% from 255 or 6.98% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEF25 is #0110DA. Grayscale: #DDDDDD. Windows color (decimal): -69851 or 2486270. OLE color: 2486270.
HSL color Cylindrical-coordinate representation of color #FEEF25: hue angle of 55.85º 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 #FEEF25 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 37 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.00 |
| HSL | 55.85º | 0.99% | 0.57% | - |
| HSV(B) | 55.85º | 0.85% | 1% | - |
| XYZ | 72.07 | 82.94 | 13.96 | - |
| YUV | 220.46 | 24.47 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 37 | 0 | 0.06 | 0.85 | 0.00 | 55.85 | 0.99 | 0.57 |
| Hex | FE | EF | 25 | 0 | 6 | 55 | 0 | 38 | 63 | 39 |
| Octal | 376 | 357 | 45 | 0 | 6 | 125 | 0 | 70 | 143 | 71 |
| Binary | 11111110 | 11101111 | 100101 | 0 | 110 | 1010101 | 0 | 111000 | 1100011 | 111001 |
Color Harmonies of #FEEF25
Complementary color
Monochromatic Colors of #FEEF25
Black with #FEEF25
Text Example
Text Example
White with #FEEF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF25; }
p { color: rgb(254,239,37); }
H1.HeaderClassName
{
color: #FEEF25;
}
.AnyTagClassName
{
color: #FEEF25;
}
</style>
background-color css
<style>
a { background-color: #FEEF25; }
a { background-color: rgb(254,239,37); }
div.DivClassName
{
background-color: #FEEF25;
}
.BgClassName
{
background-color: #FEEF25;
}
</style>
border-color css
<style>
span { border-color: #FEEF25; }
span { border-color: rgb(254,239,37); }
td.TdClassName
{
border-color: #FEEF25;
}
.TagClassName
{
border-color: #FEEF25;
}
</style>