Shades of Gorse #FEDC28
Tints of Gorse #FEDC28
RGB
CMYK
RGB Variations
Color information
#FEDC28 (or 0xFEDC28) is known color: Gorse. HEX triplet: FE, DC and 28. RGB value is (254,220,40). Sum of RGB (Red+Green+Blue) = 254+220+40=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 40 (16.02% from 255 or 7.78% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC28 is #0123D7. Grayscale: #D2D2D2. Windows color (decimal): -74712 or 2678014. OLE color: 2678014.
HSL color Cylindrical-coordinate representation of color #FEDC28: hue angle of 50.47º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEDC28 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 40 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.00 |
| HSL | 50.47º | 0.99% | 0.58% | - |
| HSV(B) | 50.47º | 0.84% | 1% | - |
| XYZ | 66.85 | 72.41 | 12.46 | - |
| YUV | 209.65 | 32.26 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 40 | 0 | 0.13 | 0.84 | 0.00 | 50.47 | 0.99 | 0.58 |
| Hex | FE | DC | 28 | 0 | D | 54 | 0 | 32 | 63 | 3A |
| Octal | 376 | 334 | 50 | 0 | 15 | 124 | 0 | 62 | 143 | 72 |
| Binary | 11111110 | 11011100 | 101000 | 0 | 1101 | 1010100 | 0 | 110010 | 1100011 | 111010 |
Color Harmonies of #FEDC28
Complementary color
Monochromatic Colors of #FEDC28
Black with #FEDC28
Text Example
Text Example
White with #FEDC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC28; }
p { color: rgb(254,220,40); }
H1.HeaderClassName
{
color: #FEDC28;
}
.AnyTagClassName
{
color: #FEDC28;
}
</style>
background-color css
<style>
a { background-color: #FEDC28; }
a { background-color: rgb(254,220,40); }
div.DivClassName
{
background-color: #FEDC28;
}
.BgClassName
{
background-color: #FEDC28;
}
</style>
border-color css
<style>
span { border-color: #FEDC28; }
span { border-color: rgb(254,220,40); }
td.TdClassName
{
border-color: #FEDC28;
}
.TagClassName
{
border-color: #FEDC28;
}
</style>