Shades of Gorse #FEEA2F
Tints of Gorse #FEEA2F
RGB
CMYK
RGB Variations
Color information
#FEEA2F (or 0xFEEA2F) is known color: Gorse. HEX triplet: FE, EA and 2F. RGB value is (254,234,47). Sum of RGB (Red+Green+Blue) = 254+234+47=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 47 (18.75% from 255 or 8.79% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA2F is #0115D0. Grayscale: #DBDBDB. Windows color (decimal): -71121 or 3140350. OLE color: 3140350.
HSL color Cylindrical-coordinate representation of color #FEEA2F: hue angle of 54.2º 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 #FEEA2F is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 47 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.00 |
| HSL | 54.2º | 0.99% | 0.59% | - |
| HSV(B) | 54.2º | 0.81% | 1% | - |
| XYZ | 70.81 | 80.12 | 14.42 | - |
| YUV | 218.66 | 31.13 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 47 | 0 | 0.08 | 0.81 | 0.00 | 54.2 | 0.99 | 0.59 |
| Hex | FE | EA | 2F | 0 | 8 | 51 | 0 | 36 | 63 | 3B |
| Octal | 376 | 352 | 57 | 0 | 10 | 121 | 0 | 66 | 143 | 73 |
| Binary | 11111110 | 11101010 | 101111 | 0 | 1000 | 1010001 | 0 | 110110 | 1100011 | 111011 |
Color Harmonies of #FEEA2F
Complementary color
Monochromatic Colors of #FEEA2F
Black with #FEEA2F
Text Example
Text Example
White with #FEEA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA2F; }
p { color: rgb(254,234,47); }
H1.HeaderClassName
{
color: #FEEA2F;
}
.AnyTagClassName
{
color: #FEEA2F;
}
</style>
background-color css
<style>
a { background-color: #FEEA2F; }
a { background-color: rgb(254,234,47); }
div.DivClassName
{
background-color: #FEEA2F;
}
.BgClassName
{
background-color: #FEEA2F;
}
</style>
border-color css
<style>
span { border-color: #FEEA2F; }
span { border-color: rgb(254,234,47); }
td.TdClassName
{
border-color: #FEEA2F;
}
.TagClassName
{
border-color: #FEEA2F;
}
</style>