Shades of Gorse #FEFF2E
Tints of Gorse #FEFF2E
RGB
CMYK
RGB Variations
Color information
#FEFF2E (or 0xFEFF2E) is known color: Gorse. HEX triplet: FE, FF and 2E. RGB value is (254,255,46). Sum of RGB (Red+Green+Blue) = 254+255+46=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 46 (18.36% from 255 or 8.29% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF2E is #0100D1. Grayscale: #E7E7E7. Windows color (decimal): -65746 or 3080190. OLE color: 3080190.
HSL color Cylindrical-coordinate representation of color #FEFF2E: hue angle of 60.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEFF2E is Cyan = 0.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 46 | - |
| CMYK | 0.00 | 0 | 0.82 | 0 |
| HSL | 60.29º | 1% | 0.59% | - |
| HSV(B) | 60.29º | 0.82% | 1% | - |
| XYZ | 77.13 | 92.79 | 16.43 | - |
| YUV | 230.88 | 23.67 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 46 | 0.00 | 0 | 0.82 | 0 | 60.29 | 1 | 0.59 |
| Hex | FE | FF | 2E | 0 | 0 | 52 | 0 | 3C | 64 | 3B |
| Octal | 376 | 377 | 56 | 0 | 0 | 122 | 0 | 74 | 144 | 73 |
| Binary | 11111110 | 11111111 | 101110 | 0 | 0 | 1010010 | 0 | 111100 | 1100100 | 111011 |
Color Harmonies of #FEFF2E
Complementary color
Monochromatic Colors of #FEFF2E
Black with #FEFF2E
Text Example
Text Example
White with #FEFF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF2E; }
p { color: rgb(254,255,46); }
H1.HeaderClassName
{
color: #FEFF2E;
}
.AnyTagClassName
{
color: #FEFF2E;
}
</style>
background-color css
<style>
a { background-color: #FEFF2E; }
a { background-color: rgb(254,255,46); }
div.DivClassName
{
background-color: #FEFF2E;
}
.BgClassName
{
background-color: #FEFF2E;
}
</style>
border-color css
<style>
span { border-color: #FEFF2E; }
span { border-color: rgb(254,255,46); }
td.TdClassName
{
border-color: #FEFF2E;
}
.TagClassName
{
border-color: #FEFF2E;
}
</style>