Shades of Gorse #FEEA42
Tints of Gorse #FEEA42
RGB
CMYK
RGB Variations
Color information
#FEEA42 (or 0xFEEA42) is known color: Gorse. HEX triplet: FE, EA and 42. RGB value is (254,234,66). Sum of RGB (Red+Green+Blue) = 254+234+66=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 66 (26.17% from 255 or 11.91% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA42 is #0115BD. Grayscale: #DDDDDD. Windows color (decimal): -71102 or 4385534. OLE color: 4385534.
HSL color Cylindrical-coordinate representation of color #FEEA42: hue angle of 53.62º 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 #FEEA42 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 66 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.00 |
| HSL | 53.62º | 0.99% | 0.63% | - |
| HSV(B) | 53.62º | 0.74% | 1% | - |
| XYZ | 71.28 | 80.31 | 16.9 | - |
| YUV | 220.83 | 40.63 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 66 | 0 | 0.08 | 0.74 | 0.00 | 53.62 | 0.99 | 0.63 |
| Hex | FE | EA | 42 | 0 | 8 | 4A | 0 | 36 | 63 | 3F |
| Octal | 376 | 352 | 102 | 0 | 10 | 112 | 0 | 66 | 143 | 77 |
| Binary | 11111110 | 11101010 | 1000010 | 0 | 1000 | 1001010 | 0 | 110110 | 1100011 | 111111 |
Color Harmonies of #FEEA42
Complementary color
Monochromatic Colors of #FEEA42
Black with #FEEA42
Text Example
Text Example
White with #FEEA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA42; }
p { color: rgb(254,234,66); }
H1.HeaderClassName
{
color: #FEEA42;
}
.AnyTagClassName
{
color: #FEEA42;
}
</style>
background-color css
<style>
a { background-color: #FEEA42; }
a { background-color: rgb(254,234,66); }
div.DivClassName
{
background-color: #FEEA42;
}
.BgClassName
{
background-color: #FEEA42;
}
</style>
border-color css
<style>
span { border-color: #FEEA42; }
span { border-color: rgb(254,234,66); }
td.TdClassName
{
border-color: #FEEA42;
}
.TagClassName
{
border-color: #FEEA42;
}
</style>