Shades of Gorse #FEDA40
Tints of Gorse #FEDA40
RGB
CMYK
RGB Variations
Color information
#FEDA40 (or 0xFEDA40) is known color: Gorse. HEX triplet: FE, DA and 40. RGB value is (254,218,64). Sum of RGB (Red+Green+Blue) = 254+218+64=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 64 (25.39% from 255 or 11.94% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA40 is #0125BF. Grayscale: #D3D3D3. Windows color (decimal): -75200 or 4250366. OLE color: 4250366.
HSL color Cylindrical-coordinate representation of color #FEDA40: hue angle of 48.63º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEDA40 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 64 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.00 |
| HSL | 48.63º | 0.99% | 0.62% | - |
| HSV(B) | 48.63º | 0.75% | 1% | - |
| XYZ | 66.87 | 71.58 | 15.14 | - |
| YUV | 211.21 | 44.93 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 64 | 0 | 0.14 | 0.75 | 0.00 | 48.63 | 0.99 | 0.62 |
| Hex | FE | DA | 40 | 0 | E | 4B | 0 | 31 | 63 | 3E |
| Octal | 376 | 332 | 100 | 0 | 16 | 113 | 0 | 61 | 143 | 76 |
| Binary | 11111110 | 11011010 | 1000000 | 0 | 1110 | 1001011 | 0 | 110001 | 1100011 | 111110 |
Color Harmonies of #FEDA40
Complementary color
Monochromatic Colors of #FEDA40
Black with #FEDA40
Text Example
Text Example
White with #FEDA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA40; }
p { color: rgb(254,218,64); }
H1.HeaderClassName
{
color: #FEDA40;
}
.AnyTagClassName
{
color: #FEDA40;
}
</style>
background-color css
<style>
a { background-color: #FEDA40; }
a { background-color: rgb(254,218,64); }
div.DivClassName
{
background-color: #FEDA40;
}
.BgClassName
{
background-color: #FEDA40;
}
</style>
border-color css
<style>
span { border-color: #FEDA40; }
span { border-color: rgb(254,218,64); }
td.TdClassName
{
border-color: #FEDA40;
}
.TagClassName
{
border-color: #FEDA40;
}
</style>