Shades of Gorse #FEDC40
Tints of Gorse #FEDC40
RGB
CMYK
RGB Variations
Color information
#FEDC40 (or 0xFEDC40) is known color: Gorse. HEX triplet: FE, DC and 40. RGB value is (254,220,64). Sum of RGB (Red+Green+Blue) = 254+220+64=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 64 (25.39% from 255 or 11.90% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC40 is #0123BF. Grayscale: #D5D5D5. Windows color (decimal): -74688 or 4250878. OLE color: 4250878.
HSL color Cylindrical-coordinate representation of color #FEDC40: hue angle of 49.26º 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 #FEDC40 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 64 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.00 |
| HSL | 49.26º | 0.99% | 0.62% | - |
| HSV(B) | 49.26º | 0.75% | 1% | - |
| XYZ | 67.39 | 72.63 | 15.32 | - |
| YUV | 212.38 | 44.26 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 64 | 0 | 0.13 | 0.75 | 0.00 | 49.26 | 0.99 | 0.62 |
| Hex | FE | DC | 40 | 0 | D | 4B | 0 | 31 | 63 | 3E |
| Octal | 376 | 334 | 100 | 0 | 15 | 113 | 0 | 61 | 143 | 76 |
| Binary | 11111110 | 11011100 | 1000000 | 0 | 1101 | 1001011 | 0 | 110001 | 1100011 | 111110 |
Color Harmonies of #FEDC40
Complementary color
Monochromatic Colors of #FEDC40
Black with #FEDC40
Text Example
Text Example
White with #FEDC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC40; }
p { color: rgb(254,220,64); }
H1.HeaderClassName
{
color: #FEDC40;
}
.AnyTagClassName
{
color: #FEDC40;
}
</style>
background-color css
<style>
a { background-color: #FEDC40; }
a { background-color: rgb(254,220,64); }
div.DivClassName
{
background-color: #FEDC40;
}
.BgClassName
{
background-color: #FEDC40;
}
</style>
border-color css
<style>
span { border-color: #FEDC40; }
span { border-color: rgb(254,220,64); }
td.TdClassName
{
border-color: #FEDC40;
}
.TagClassName
{
border-color: #FEDC40;
}
</style>