Shades of Gorse #FEE625
Tints of Gorse #FEE625
RGB
CMYK
RGB Variations
Color information
#FEE625 (or 0xFEE625) is known color: Gorse. HEX triplet: FE, E6 and 25. RGB value is (254,230,37). Sum of RGB (Red+Green+Blue) = 254+230+37=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 37 (14.84% from 255 or 7.10% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE625 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE625 is #0119DA. Grayscale: #D7D7D7. Windows color (decimal): -72155 or 2483966. OLE color: 2483966.
HSL color Cylindrical-coordinate representation of color #FEE625: hue angle of 53.36º 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 #FEE625 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 37 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.00 |
| HSL | 53.36º | 0.99% | 0.57% | - |
| HSV(B) | 53.36º | 0.85% | 1% | - |
| XYZ | 69.5 | 77.8 | 13.1 | - |
| YUV | 215.17 | 27.45 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 37 | 0 | 0.09 | 0.85 | 0.00 | 53.36 | 0.99 | 0.57 |
| Hex | FE | E6 | 25 | 0 | 9 | 55 | 0 | 35 | 63 | 39 |
| Octal | 376 | 346 | 45 | 0 | 11 | 125 | 0 | 65 | 143 | 71 |
| Binary | 11111110 | 11100110 | 100101 | 0 | 1001 | 1010101 | 0 | 110101 | 1100011 | 111001 |
Color Harmonies of #FEE625
Complementary color
Monochromatic Colors of #FEE625
Black with #FEE625
Text Example
Text Example
White with #FEE625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE625; }
p { color: rgb(254,230,37); }
H1.HeaderClassName
{
color: #FEE625;
}
.AnyTagClassName
{
color: #FEE625;
}
</style>
background-color css
<style>
a { background-color: #FEE625; }
a { background-color: rgb(254,230,37); }
div.DivClassName
{
background-color: #FEE625;
}
.BgClassName
{
background-color: #FEE625;
}
</style>
border-color css
<style>
span { border-color: #FEE625; }
span { border-color: rgb(254,230,37); }
td.TdClassName
{
border-color: #FEE625;
}
.TagClassName
{
border-color: #FEE625;
}
</style>