Shades of Gorse #FEDC44
Tints of Gorse #FEDC44
RGB
CMYK
RGB Variations
Color information
#FEDC44 (or 0xFEDC44) is known color: Gorse. HEX triplet: FE, DC and 44. RGB value is (254,220,68). Sum of RGB (Red+Green+Blue) = 254+220+68=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 68 (26.95% from 255 or 12.55% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC44 is #0123BB. Grayscale: #D5D5D5. Windows color (decimal): -74684 or 4513022. OLE color: 4513022.
HSL color Cylindrical-coordinate representation of color #FEDC44: hue angle of 49.03º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEDC44 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 68 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.00 |
| HSL | 49.03º | 0.99% | 0.63% | - |
| HSV(B) | 49.03º | 0.73% | 1% | - |
| XYZ | 67.51 | 72.67 | 15.94 | - |
| YUV | 212.84 | 46.26 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 68 | 0 | 0.13 | 0.73 | 0.00 | 49.03 | 0.99 | 0.63 |
| Hex | FE | DC | 44 | 0 | D | 49 | 0 | 31 | 63 | 3F |
| Octal | 376 | 334 | 104 | 0 | 15 | 111 | 0 | 61 | 143 | 77 |
| Binary | 11111110 | 11011100 | 1000100 | 0 | 1101 | 1001001 | 0 | 110001 | 1100011 | 111111 |
Color Harmonies of #FEDC44
Complementary color
Monochromatic Colors of #FEDC44
Black with #FEDC44
Text Example
Text Example
White with #FEDC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC44; }
p { color: rgb(254,220,68); }
H1.HeaderClassName
{
color: #FEDC44;
}
.AnyTagClassName
{
color: #FEDC44;
}
</style>
background-color css
<style>
a { background-color: #FEDC44; }
a { background-color: rgb(254,220,68); }
div.DivClassName
{
background-color: #FEDC44;
}
.BgClassName
{
background-color: #FEDC44;
}
</style>
border-color css
<style>
span { border-color: #FEDC44; }
span { border-color: rgb(254,220,68); }
td.TdClassName
{
border-color: #FEDC44;
}
.TagClassName
{
border-color: #FEDC44;
}
</style>