Shades of Gorse #FEDE2D
Tints of Gorse #FEDE2D
RGB
CMYK
RGB Variations
Color information
#FEDE2D (or 0xFEDE2D) is known color: Gorse. HEX triplet: FE, DE and 2D. RGB value is (254,222,45). Sum of RGB (Red+Green+Blue) = 254+222+45=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 45 (17.97% from 255 or 8.64% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDE2D is #0121D2. Grayscale: #D4D4D4. Windows color (decimal): -74195 or 3006206. OLE color: 3006206.
HSL color Cylindrical-coordinate representation of color #FEDE2D: hue angle of 50.81º 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 #FEDE2D is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 45 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.00 |
| HSL | 50.81º | 0.99% | 0.59% | - |
| HSV(B) | 50.81º | 0.82% | 1% | - |
| XYZ | 67.47 | 73.5 | 13.11 | - |
| YUV | 211.39 | 34.1 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 45 | 0 | 0.13 | 0.82 | 0.00 | 50.81 | 0.99 | 0.59 |
| Hex | FE | DE | 2D | 0 | D | 52 | 0 | 33 | 63 | 3B |
| Octal | 376 | 336 | 55 | 0 | 15 | 122 | 0 | 63 | 143 | 73 |
| Binary | 11111110 | 11011110 | 101101 | 0 | 1101 | 1010010 | 0 | 110011 | 1100011 | 111011 |
Color Harmonies of #FEDE2D
Complementary color
Monochromatic Colors of #FEDE2D
Black with #FEDE2D
Text Example
Text Example
White with #FEDE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE2D; }
p { color: rgb(254,222,45); }
H1.HeaderClassName
{
color: #FEDE2D;
}
.AnyTagClassName
{
color: #FEDE2D;
}
</style>
background-color css
<style>
a { background-color: #FEDE2D; }
a { background-color: rgb(254,222,45); }
div.DivClassName
{
background-color: #FEDE2D;
}
.BgClassName
{
background-color: #FEDE2D;
}
</style>
border-color css
<style>
span { border-color: #FEDE2D; }
span { border-color: rgb(254,222,45); }
td.TdClassName
{
border-color: #FEDE2D;
}
.TagClassName
{
border-color: #FEDE2D;
}
</style>