Shades of Gorse #FEDC31
Tints of Gorse #FEDC31
RGB
CMYK
RGB Variations
Color information
#FEDC31 (or 0xFEDC31) is known color: Gorse. HEX triplet: FE, DC and 31. RGB value is (254,220,49). Sum of RGB (Red+Green+Blue) = 254+220+49=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 49 (19.53% from 255 or 9.37% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC31 is #0123CE. Grayscale: #D3D3D3. Windows color (decimal): -74703 or 3267838. OLE color: 3267838.
HSL color Cylindrical-coordinate representation of color #FEDC31: hue angle of 50.05º 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 #FEDC31 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 49 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.00 |
| HSL | 50.05º | 0.99% | 0.59% | - |
| HSV(B) | 50.05º | 0.81% | 1% | - |
| XYZ | 67.02 | 72.48 | 13.36 | - |
| YUV | 210.67 | 36.76 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 49 | 0 | 0.13 | 0.81 | 0.00 | 50.05 | 0.99 | 0.59 |
| Hex | FE | DC | 31 | 0 | D | 51 | 0 | 32 | 63 | 3B |
| Octal | 376 | 334 | 61 | 0 | 15 | 121 | 0 | 62 | 143 | 73 |
| Binary | 11111110 | 11011100 | 110001 | 0 | 1101 | 1010001 | 0 | 110010 | 1100011 | 111011 |
Color Harmonies of #FEDC31
Complementary color
Monochromatic Colors of #FEDC31
Black with #FEDC31
Text Example
Text Example
White with #FEDC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC31; }
p { color: rgb(254,220,49); }
H1.HeaderClassName
{
color: #FEDC31;
}
.AnyTagClassName
{
color: #FEDC31;
}
</style>
background-color css
<style>
a { background-color: #FEDC31; }
a { background-color: rgb(254,220,49); }
div.DivClassName
{
background-color: #FEDC31;
}
.BgClassName
{
background-color: #FEDC31;
}
</style>
border-color css
<style>
span { border-color: #FEDC31; }
span { border-color: rgb(254,220,49); }
td.TdClassName
{
border-color: #FEDC31;
}
.TagClassName
{
border-color: #FEDC31;
}
</style>