Shades of Gorse #FEDE2E
Tints of Gorse #FEDE2E
RGB
CMYK
RGB Variations
Color information
#FEDE2E (or 0xFEDE2E) is known color: Gorse. HEX triplet: FE, DE and 2E. RGB value is (254,222,46). Sum of RGB (Red+Green+Blue) = 254+222+46=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 46 (18.36% from 255 or 8.81% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDE2E is #0121D1. Grayscale: #D4D4D4. Windows color (decimal): -74194 or 3071742. OLE color: 3071742.
HSL color Cylindrical-coordinate representation of color #FEDE2E: hue angle of 50.77º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEDE2E is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 46 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.00 |
| HSL | 50.77º | 0.99% | 0.59% | - |
| HSV(B) | 50.77º | 0.82% | 1% | - |
| XYZ | 67.49 | 73.51 | 13.22 | - |
| YUV | 211.5 | 34.6 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 46 | 0 | 0.13 | 0.82 | 0.00 | 50.77 | 0.99 | 0.59 |
| Hex | FE | DE | 2E | 0 | D | 52 | 0 | 33 | 63 | 3B |
| Octal | 376 | 336 | 56 | 0 | 15 | 122 | 0 | 63 | 143 | 73 |
| Binary | 11111110 | 11011110 | 101110 | 0 | 1101 | 1010010 | 0 | 110011 | 1100011 | 111011 |
Color Harmonies of #FEDE2E
Complementary color
Monochromatic Colors of #FEDE2E
Black with #FEDE2E
Text Example
Text Example
White with #FEDE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE2E; }
p { color: rgb(254,222,46); }
H1.HeaderClassName
{
color: #FEDE2E;
}
.AnyTagClassName
{
color: #FEDE2E;
}
</style>
background-color css
<style>
a { background-color: #FEDE2E; }
a { background-color: rgb(254,222,46); }
div.DivClassName
{
background-color: #FEDE2E;
}
.BgClassName
{
background-color: #FEDE2E;
}
</style>
border-color css
<style>
span { border-color: #FEDE2E; }
span { border-color: rgb(254,222,46); }
td.TdClassName
{
border-color: #FEDE2E;
}
.TagClassName
{
border-color: #FEDE2E;
}
</style>