Shades of Gorse #FEDF3E
Tints of Gorse #FEDF3E
RGB
CMYK
RGB Variations
Color information
#FEDF3E (or 0xFEDF3E) is known color: Gorse. HEX triplet: FE, DF and 3E. RGB value is (254,223,62). Sum of RGB (Red+Green+Blue) = 254+223+62=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 62 (24.61% from 255 or 11.50% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF3E is #0120C1. Grayscale: #D6D6D6. Windows color (decimal): -73922 or 4120574. OLE color: 4120574.
HSL color Cylindrical-coordinate representation of color #FEDF3E: hue angle of 50.31º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEDF3E is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 62 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.00 |
| HSL | 50.31º | 0.99% | 0.62% | - |
| HSV(B) | 50.31º | 0.76% | 1% | - |
| XYZ | 68.13 | 74.19 | 15.29 | - |
| YUV | 213.92 | 42.27 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 62 | 0 | 0.12 | 0.76 | 0.00 | 50.31 | 0.99 | 0.62 |
| Hex | FE | DF | 3E | 0 | C | 4C | 0 | 32 | 63 | 3E |
| Octal | 376 | 337 | 76 | 0 | 14 | 114 | 0 | 62 | 143 | 76 |
| Binary | 11111110 | 11011111 | 111110 | 0 | 1100 | 1001100 | 0 | 110010 | 1100011 | 111110 |
Color Harmonies of #FEDF3E
Complementary color
Monochromatic Colors of #FEDF3E
Black with #FEDF3E
Text Example
Text Example
White with #FEDF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF3E; }
p { color: rgb(254,223,62); }
H1.HeaderClassName
{
color: #FEDF3E;
}
.AnyTagClassName
{
color: #FEDF3E;
}
</style>
background-color css
<style>
a { background-color: #FEDF3E; }
a { background-color: rgb(254,223,62); }
div.DivClassName
{
background-color: #FEDF3E;
}
.BgClassName
{
background-color: #FEDF3E;
}
</style>
border-color css
<style>
span { border-color: #FEDF3E; }
span { border-color: rgb(254,223,62); }
td.TdClassName
{
border-color: #FEDF3E;
}
.TagClassName
{
border-color: #FEDF3E;
}
</style>