Shades of Gorse #FEE942
Tints of Gorse #FEE942
RGB
CMYK
RGB Variations
Color information
#FEE942 (or 0xFEE942) is known color: Gorse. HEX triplet: FE, E9 and 42. RGB value is (254,233,66). Sum of RGB (Red+Green+Blue) = 254+233+66=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 66 (26.17% from 255 or 11.93% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE942 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE942 is #0116BD. Grayscale: #DCDCDC. Windows color (decimal): -71358 or 4385278. OLE color: 4385278.
HSL color Cylindrical-coordinate representation of color #FEE942: hue angle of 53.3º 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 #FEE942 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 66 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.00 |
| HSL | 53.3º | 0.99% | 0.63% | - |
| HSV(B) | 53.3º | 0.74% | 1% | - |
| XYZ | 71 | 79.74 | 16.8 | - |
| YUV | 220.24 | 40.96 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 66 | 0 | 0.08 | 0.74 | 0.00 | 53.3 | 0.99 | 0.63 |
| Hex | FE | E9 | 42 | 0 | 8 | 4A | 0 | 35 | 63 | 3F |
| Octal | 376 | 351 | 102 | 0 | 10 | 112 | 0 | 65 | 143 | 77 |
| Binary | 11111110 | 11101001 | 1000010 | 0 | 1000 | 1001010 | 0 | 110101 | 1100011 | 111111 |
Color Harmonies of #FEE942
Complementary color
Monochromatic Colors of #FEE942
Black with #FEE942
Text Example
Text Example
White with #FEE942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE942; }
p { color: rgb(254,233,66); }
H1.HeaderClassName
{
color: #FEE942;
}
.AnyTagClassName
{
color: #FEE942;
}
</style>
background-color css
<style>
a { background-color: #FEE942; }
a { background-color: rgb(254,233,66); }
div.DivClassName
{
background-color: #FEE942;
}
.BgClassName
{
background-color: #FEE942;
}
</style>
border-color css
<style>
span { border-color: #FEE942; }
span { border-color: rgb(254,233,66); }
td.TdClassName
{
border-color: #FEE942;
}
.TagClassName
{
border-color: #FEE942;
}
</style>