Shades of Gorse #FEDC30
Tints of Gorse #FEDC30
RGB
CMYK
RGB Variations
Color information
#FEDC30 (or 0xFEDC30) is known color: Gorse. HEX triplet: FE, DC and 30. RGB value is (254,220,48). Sum of RGB (Red+Green+Blue) = 254+220+48=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 48 (19.14% from 255 or 9.20% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC30 is #0123CF. Grayscale: #D3D3D3. Windows color (decimal): -74704 or 3202302. OLE color: 3202302.
HSL color Cylindrical-coordinate representation of color #FEDC30: hue angle of 50.1º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEDC30 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 48 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.00 |
| HSL | 50.1º | 0.99% | 0.59% | - |
| HSV(B) | 50.1º | 0.81% | 1% | - |
| XYZ | 67 | 72.47 | 13.25 | - |
| YUV | 210.56 | 36.26 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 48 | 0 | 0.13 | 0.81 | 0.00 | 50.1 | 0.99 | 0.59 |
| Hex | FE | DC | 30 | 0 | D | 51 | 0 | 32 | 63 | 3B |
| Octal | 376 | 334 | 60 | 0 | 15 | 121 | 0 | 62 | 143 | 73 |
| Binary | 11111110 | 11011100 | 110000 | 0 | 1101 | 1010001 | 0 | 110010 | 1100011 | 111011 |
Color Harmonies of #FEDC30
Complementary color
Monochromatic Colors of #FEDC30
Black with #FEDC30
Text Example
Text Example
White with #FEDC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC30; }
p { color: rgb(254,220,48); }
H1.HeaderClassName
{
color: #FEDC30;
}
.AnyTagClassName
{
color: #FEDC30;
}
</style>
background-color css
<style>
a { background-color: #FEDC30; }
a { background-color: rgb(254,220,48); }
div.DivClassName
{
background-color: #FEDC30;
}
.BgClassName
{
background-color: #FEDC30;
}
</style>
border-color css
<style>
span { border-color: #FEDC30; }
span { border-color: rgb(254,220,48); }
td.TdClassName
{
border-color: #FEDC30;
}
.TagClassName
{
border-color: #FEDC30;
}
</style>