Shades of Gorse #FEE030
Tints of Gorse #FEE030
RGB
CMYK
RGB Variations
Color information
#FEE030 (or 0xFEE030) is known color: Gorse. HEX triplet: FE, E0 and 30. RGB value is (254,224,48). Sum of RGB (Red+Green+Blue) = 254+224+48=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 48 (19.14% from 255 or 9.13% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE030 is #011FCF. Grayscale: #D5D5D5. Windows color (decimal): -73680 or 3203326. OLE color: 3203326.
HSL color Cylindrical-coordinate representation of color #FEE030: hue angle of 51.26º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEE030 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 48 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.00 |
| HSL | 51.26º | 0.99% | 0.59% | - |
| HSV(B) | 51.26º | 0.81% | 1% | - |
| XYZ | 68.06 | 74.6 | 13.61 | - |
| YUV | 212.91 | 34.94 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 48 | 0 | 0.12 | 0.81 | 0.00 | 51.26 | 0.99 | 0.59 |
| Hex | FE | E0 | 30 | 0 | C | 51 | 0 | 33 | 63 | 3B |
| Octal | 376 | 340 | 60 | 0 | 14 | 121 | 0 | 63 | 143 | 73 |
| Binary | 11111110 | 11100000 | 110000 | 0 | 1100 | 1010001 | 0 | 110011 | 1100011 | 111011 |
Color Harmonies of #FEE030
Complementary color
Monochromatic Colors of #FEE030
Black with #FEE030
Text Example
Text Example
White with #FEE030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE030; }
p { color: rgb(254,224,48); }
H1.HeaderClassName
{
color: #FEE030;
}
.AnyTagClassName
{
color: #FEE030;
}
</style>
background-color css
<style>
a { background-color: #FEE030; }
a { background-color: rgb(254,224,48); }
div.DivClassName
{
background-color: #FEE030;
}
.BgClassName
{
background-color: #FEE030;
}
</style>
border-color css
<style>
span { border-color: #FEE030; }
span { border-color: rgb(254,224,48); }
td.TdClassName
{
border-color: #FEE030;
}
.TagClassName
{
border-color: #FEE030;
}
</style>