Shades of Gorse #FEE241
Tints of Gorse #FEE241
RGB
CMYK
RGB Variations
Color information
#FEE241 (or 0xFEE241) is known color: Gorse. HEX triplet: FE, E2 and 41. RGB value is (254,226,65). Sum of RGB (Red+Green+Blue) = 254+226+65=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 65 (25.78% from 255 or 11.93% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE241 is #011DBE. Grayscale: #D8D8D8. Windows color (decimal): -73151 or 4317950. OLE color: 4317950.
HSL color Cylindrical-coordinate representation of color #FEE241: hue angle of 51.11º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEE241 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 65 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.00 |
| HSL | 51.11º | 0.99% | 0.63% | - |
| HSV(B) | 51.11º | 0.74% | 1% | - |
| XYZ | 69.02 | 75.85 | 16 | - |
| YUV | 216.02 | 42.78 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 65 | 0 | 0.11 | 0.74 | 0.00 | 51.11 | 0.99 | 0.63 |
| Hex | FE | E2 | 41 | 0 | B | 4A | 0 | 33 | 63 | 3F |
| Octal | 376 | 342 | 101 | 0 | 13 | 112 | 0 | 63 | 143 | 77 |
| Binary | 11111110 | 11100010 | 1000001 | 0 | 1011 | 1001010 | 0 | 110011 | 1100011 | 111111 |
Color Harmonies of #FEE241
Complementary color
Monochromatic Colors of #FEE241
Black with #FEE241
Text Example
Text Example
White with #FEE241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE241; }
p { color: rgb(254,226,65); }
H1.HeaderClassName
{
color: #FEE241;
}
.AnyTagClassName
{
color: #FEE241;
}
</style>
background-color css
<style>
a { background-color: #FEE241; }
a { background-color: rgb(254,226,65); }
div.DivClassName
{
background-color: #FEE241;
}
.BgClassName
{
background-color: #FEE241;
}
</style>
border-color css
<style>
span { border-color: #FEE241; }
span { border-color: rgb(254,226,65); }
td.TdClassName
{
border-color: #FEE241;
}
.TagClassName
{
border-color: #FEE241;
}
</style>