Shades of Gorse #FEDE2A
Tints of Gorse #FEDE2A
RGB
CMYK
RGB Variations
Color information
#FEDE2A (or 0xFEDE2A) is known color: Gorse. HEX triplet: FE, DE and 2A. RGB value is (254,222,42). Sum of RGB (Red+Green+Blue) = 254+222+42=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 42 (16.80% from 255 or 8.11% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDE2A is #0121D5. Grayscale: #D3D3D3. Windows color (decimal): -74198 or 2809598. OLE color: 2809598.
HSL color Cylindrical-coordinate representation of color #FEDE2A: hue angle of 50.94º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEDE2A is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 42 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.00 |
| HSL | 50.94º | 0.99% | 0.58% | - |
| HSV(B) | 50.94º | 0.83% | 1% | - |
| XYZ | 67.41 | 73.48 | 12.82 | - |
| YUV | 211.05 | 32.6 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 42 | 0 | 0.13 | 0.83 | 0.00 | 50.94 | 0.99 | 0.58 |
| Hex | FE | DE | 2A | 0 | D | 53 | 0 | 33 | 63 | 3A |
| Octal | 376 | 336 | 52 | 0 | 15 | 123 | 0 | 63 | 143 | 72 |
| Binary | 11111110 | 11011110 | 101010 | 0 | 1101 | 1010011 | 0 | 110011 | 1100011 | 111010 |
Color Harmonies of #FEDE2A
Complementary color
Monochromatic Colors of #FEDE2A
Black with #FEDE2A
Text Example
Text Example
White with #FEDE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE2A; }
p { color: rgb(254,222,42); }
H1.HeaderClassName
{
color: #FEDE2A;
}
.AnyTagClassName
{
color: #FEDE2A;
}
</style>
background-color css
<style>
a { background-color: #FEDE2A; }
a { background-color: rgb(254,222,42); }
div.DivClassName
{
background-color: #FEDE2A;
}
.BgClassName
{
background-color: #FEDE2A;
}
</style>
border-color css
<style>
span { border-color: #FEDE2A; }
span { border-color: rgb(254,222,42); }
td.TdClassName
{
border-color: #FEDE2A;
}
.TagClassName
{
border-color: #FEDE2A;
}
</style>