Shades of Gorse #FEE242
Tints of Gorse #FEE242
RGB
CMYK
RGB Variations
Color information
#FEE242 (or 0xFEE242) is known color: Gorse. HEX triplet: FE, E2 and 42. RGB value is (254,226,66). Sum of RGB (Red+Green+Blue) = 254+226+66=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 66 (26.17% from 255 or 12.09% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE242 is #011DBD. Grayscale: #D8D8D8. Windows color (decimal): -73150 or 4383486. OLE color: 4383486.
HSL color Cylindrical-coordinate representation of color #FEE242: hue angle of 51.06º 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 #FEE242 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 66 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.00 |
| HSL | 51.06º | 0.99% | 0.63% | - |
| HSV(B) | 51.06º | 0.74% | 1% | - |
| XYZ | 69.05 | 75.86 | 16.16 | - |
| YUV | 216.13 | 43.28 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 66 | 0 | 0.11 | 0.74 | 0.00 | 51.06 | 0.99 | 0.63 |
| Hex | FE | E2 | 42 | 0 | B | 4A | 0 | 33 | 63 | 3F |
| Octal | 376 | 342 | 102 | 0 | 13 | 112 | 0 | 63 | 143 | 77 |
| Binary | 11111110 | 11100010 | 1000010 | 0 | 1011 | 1001010 | 0 | 110011 | 1100011 | 111111 |
Color Harmonies of #FEE242
Complementary color
Monochromatic Colors of #FEE242
Black with #FEE242
Text Example
Text Example
White with #FEE242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE242; }
p { color: rgb(254,226,66); }
H1.HeaderClassName
{
color: #FEE242;
}
.AnyTagClassName
{
color: #FEE242;
}
</style>
background-color css
<style>
a { background-color: #FEE242; }
a { background-color: rgb(254,226,66); }
div.DivClassName
{
background-color: #FEE242;
}
.BgClassName
{
background-color: #FEE242;
}
</style>
border-color css
<style>
span { border-color: #FEE242; }
span { border-color: rgb(254,226,66); }
td.TdClassName
{
border-color: #FEE242;
}
.TagClassName
{
border-color: #FEE242;
}
</style>