Shades of Gorse #FEE130
Tints of Gorse #FEE130
RGB
CMYK
RGB Variations
Color information
#FEE130 (or 0xFEE130) is known color: Gorse. HEX triplet: FE, E1 and 30. RGB value is (254,225,48). Sum of RGB (Red+Green+Blue) = 254+225+48=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 48 (19.14% from 255 or 9.11% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE130 is #011ECF. Grayscale: #D6D6D6. Windows color (decimal): -73424 or 3203582. OLE color: 3203582.
HSL color Cylindrical-coordinate representation of color #FEE130: hue angle of 51.55º 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 #FEE130 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 48 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.00 |
| HSL | 51.55º | 0.99% | 0.59% | - |
| HSV(B) | 51.55º | 0.81% | 1% | - |
| XYZ | 68.33 | 75.13 | 13.7 | - |
| YUV | 213.49 | 34.61 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 48 | 0 | 0.11 | 0.81 | 0.00 | 51.55 | 0.99 | 0.59 |
| Hex | FE | E1 | 30 | 0 | B | 51 | 0 | 34 | 63 | 3B |
| Octal | 376 | 341 | 60 | 0 | 13 | 121 | 0 | 64 | 143 | 73 |
| Binary | 11111110 | 11100001 | 110000 | 0 | 1011 | 1010001 | 0 | 110100 | 1100011 | 111011 |
Color Harmonies of #FEE130
Complementary color
Monochromatic Colors of #FEE130
Black with #FEE130
Text Example
Text Example
White with #FEE130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE130; }
p { color: rgb(254,225,48); }
H1.HeaderClassName
{
color: #FEE130;
}
.AnyTagClassName
{
color: #FEE130;
}
</style>
background-color css
<style>
a { background-color: #FEE130; }
a { background-color: rgb(254,225,48); }
div.DivClassName
{
background-color: #FEE130;
}
.BgClassName
{
background-color: #FEE130;
}
</style>
border-color css
<style>
span { border-color: #FEE130; }
span { border-color: rgb(254,225,48); }
td.TdClassName
{
border-color: #FEE130;
}
.TagClassName
{
border-color: #FEE130;
}
</style>