Shades of Gorse #FEE325
Tints of Gorse #FEE325
RGB
CMYK
RGB Variations
Color information
#FEE325 (or 0xFEE325) is known color: Gorse. HEX triplet: FE, E3 and 25. RGB value is (254,227,37). Sum of RGB (Red+Green+Blue) = 254+227+37=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 37 (14.84% from 255 or 7.14% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE325 is #011CDA. Grayscale: #D6D6D6. Windows color (decimal): -72923 or 2483198. OLE color: 2483198.
HSL color Cylindrical-coordinate representation of color #FEE325: hue angle of 52.53º 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 #FEE325 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 37 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.00 |
| HSL | 52.53º | 0.99% | 0.57% | - |
| HSV(B) | 52.53º | 0.85% | 1% | - |
| XYZ | 68.68 | 76.14 | 12.83 | - |
| YUV | 213.41 | 28.45 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 37 | 0 | 0.11 | 0.85 | 0.00 | 52.53 | 0.99 | 0.57 |
| Hex | FE | E3 | 25 | 0 | B | 55 | 0 | 35 | 63 | 39 |
| Octal | 376 | 343 | 45 | 0 | 13 | 125 | 0 | 65 | 143 | 71 |
| Binary | 11111110 | 11100011 | 100101 | 0 | 1011 | 1010101 | 0 | 110101 | 1100011 | 111001 |
Color Harmonies of #FEE325
Complementary color
Monochromatic Colors of #FEE325
Black with #FEE325
Text Example
Text Example
White with #FEE325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE325; }
p { color: rgb(254,227,37); }
H1.HeaderClassName
{
color: #FEE325;
}
.AnyTagClassName
{
color: #FEE325;
}
</style>
background-color css
<style>
a { background-color: #FEE325; }
a { background-color: rgb(254,227,37); }
div.DivClassName
{
background-color: #FEE325;
}
.BgClassName
{
background-color: #FEE325;
}
</style>
border-color css
<style>
span { border-color: #FEE325; }
span { border-color: rgb(254,227,37); }
td.TdClassName
{
border-color: #FEE325;
}
.TagClassName
{
border-color: #FEE325;
}
</style>