Shades of Gorse #FEDC38
Tints of Gorse #FEDC38
RGB
CMYK
RGB Variations
Color information
#FEDC38 (or 0xFEDC38) is known color: Gorse. HEX triplet: FE, DC and 38. RGB value is (254,220,56). Sum of RGB (Red+Green+Blue) = 254+220+56=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 56 (22.27% from 255 or 10.57% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC38 is #0123C7. Grayscale: #D4D4D4. Windows color (decimal): -74696 or 3726590. OLE color: 3726590.
HSL color Cylindrical-coordinate representation of color #FEDC38: hue angle of 49.7º 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 #FEDC38 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 56 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.00 |
| HSL | 49.7º | 0.99% | 0.61% | - |
| HSV(B) | 49.7º | 0.78% | 1% | - |
| XYZ | 67.18 | 72.54 | 14.2 | - |
| YUV | 211.47 | 40.26 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 56 | 0 | 0.13 | 0.78 | 0.00 | 49.7 | 0.99 | 0.61 |
| Hex | FE | DC | 38 | 0 | D | 4E | 0 | 32 | 63 | 3D |
| Octal | 376 | 334 | 70 | 0 | 15 | 116 | 0 | 62 | 143 | 75 |
| Binary | 11111110 | 11011100 | 111000 | 0 | 1101 | 1001110 | 0 | 110010 | 1100011 | 111101 |
Color Harmonies of #FEDC38
Complementary color
Monochromatic Colors of #FEDC38
Black with #FEDC38
Text Example
Text Example
White with #FEDC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC38; }
p { color: rgb(254,220,56); }
H1.HeaderClassName
{
color: #FEDC38;
}
.AnyTagClassName
{
color: #FEDC38;
}
</style>
background-color css
<style>
a { background-color: #FEDC38; }
a { background-color: rgb(254,220,56); }
div.DivClassName
{
background-color: #FEDC38;
}
.BgClassName
{
background-color: #FEDC38;
}
</style>
border-color css
<style>
span { border-color: #FEDC38; }
span { border-color: rgb(254,220,56); }
td.TdClassName
{
border-color: #FEDC38;
}
.TagClassName
{
border-color: #FEDC38;
}
</style>