Shades of Gorse #FEDF2E
Tints of Gorse #FEDF2E
RGB
CMYK
RGB Variations
Color information
#FEDF2E (or 0xFEDF2E) is known color: Gorse. HEX triplet: FE, DF and 2E. RGB value is (254,223,46). Sum of RGB (Red+Green+Blue) = 254+223+46=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 46 (18.36% from 255 or 8.80% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF2E is #0120D1. Grayscale: #D4D4D4. Windows color (decimal): -73938 or 3071998. OLE color: 3071998.
HSL color Cylindrical-coordinate representation of color #FEDF2E: hue angle of 51.06º 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 #FEDF2E is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 46 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.00 |
| HSL | 51.06º | 0.99% | 0.59% | - |
| HSV(B) | 51.06º | 0.82% | 1% | - |
| XYZ | 67.75 | 74.04 | 13.31 | - |
| YUV | 212.09 | 34.27 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 46 | 0 | 0.12 | 0.82 | 0.00 | 51.06 | 0.99 | 0.59 |
| Hex | FE | DF | 2E | 0 | C | 52 | 0 | 33 | 63 | 3B |
| Octal | 376 | 337 | 56 | 0 | 14 | 122 | 0 | 63 | 143 | 73 |
| Binary | 11111110 | 11011111 | 101110 | 0 | 1100 | 1010010 | 0 | 110011 | 1100011 | 111011 |
Color Harmonies of #FEDF2E
Complementary color
Monochromatic Colors of #FEDF2E
Black with #FEDF2E
Text Example
Text Example
White with #FEDF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF2E; }
p { color: rgb(254,223,46); }
H1.HeaderClassName
{
color: #FEDF2E;
}
.AnyTagClassName
{
color: #FEDF2E;
}
</style>
background-color css
<style>
a { background-color: #FEDF2E; }
a { background-color: rgb(254,223,46); }
div.DivClassName
{
background-color: #FEDF2E;
}
.BgClassName
{
background-color: #FEDF2E;
}
</style>
border-color css
<style>
span { border-color: #FEDF2E; }
span { border-color: rgb(254,223,46); }
td.TdClassName
{
border-color: #FEDF2E;
}
.TagClassName
{
border-color: #FEDF2E;
}
</style>