Shades of Gorse #FEDC39
Tints of Gorse #FEDC39
RGB
CMYK
RGB Variations
Color information
#FEDC39 (or 0xFEDC39) is known color: Gorse. HEX triplet: FE, DC and 39. RGB value is (254,220,57). Sum of RGB (Red+Green+Blue) = 254+220+57=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 57 (22.66% from 255 or 10.73% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC39 is #0123C6. Grayscale: #D4D4D4. Windows color (decimal): -74695 or 3792126. OLE color: 3792126.
HSL color Cylindrical-coordinate representation of color #FEDC39: hue angle of 49.64º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FEDC39 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 57 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.00 |
| HSL | 49.64º | 0.99% | 0.61% | - |
| HSV(B) | 49.64º | 0.78% | 1% | - |
| XYZ | 67.2 | 72.55 | 14.33 | - |
| YUV | 211.58 | 40.76 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 57 | 0 | 0.13 | 0.78 | 0.00 | 49.64 | 0.99 | 0.61 |
| Hex | FE | DC | 39 | 0 | D | 4E | 0 | 32 | 63 | 3D |
| Octal | 376 | 334 | 71 | 0 | 15 | 116 | 0 | 62 | 143 | 75 |
| Binary | 11111110 | 11011100 | 111001 | 0 | 1101 | 1001110 | 0 | 110010 | 1100011 | 111101 |
Color Harmonies of #FEDC39
Complementary color
Monochromatic Colors of #FEDC39
Black with #FEDC39
Text Example
Text Example
White with #FEDC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC39; }
p { color: rgb(254,220,57); }
H1.HeaderClassName
{
color: #FEDC39;
}
.AnyTagClassName
{
color: #FEDC39;
}
</style>
background-color css
<style>
a { background-color: #FEDC39; }
a { background-color: rgb(254,220,57); }
div.DivClassName
{
background-color: #FEDC39;
}
.BgClassName
{
background-color: #FEDC39;
}
</style>
border-color css
<style>
span { border-color: #FEDC39; }
span { border-color: rgb(254,220,57); }
td.TdClassName
{
border-color: #FEDC39;
}
.TagClassName
{
border-color: #FEDC39;
}
</style>