Shades of Gorse #FDEC30
Tints of Gorse #FDEC30
RGB
CMYK
RGB Variations
Color information
#FDEC30 (or 0xFDEC30) is known color: Gorse. HEX triplet: FD, EC and 30. RGB value is (253,236,48). Sum of RGB (Red+Green+Blue) = 253+236+48=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 48 (19.14% from 255 or 8.94% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC30 is #0213CF. Grayscale: #DCDCDC. Windows color (decimal): -136144 or 3206397. OLE color: 3206397.
HSL color Cylindrical-coordinate representation of color #FDEC30: hue angle of 55.02º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDEC30 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 48 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.01 |
| HSL | 55.02º | 0.98% | 0.59% | - |
| HSV(B) | 55.02º | 0.81% | 0.99% | - |
| XYZ | 71.04 | 81.09 | 14.7 | - |
| YUV | 219.65 | 31.13 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 48 | 0 | 0.07 | 0.81 | 0.01 | 55.02 | 0.98 | 0.59 |
| Hex | FD | EC | 30 | 0 | 7 | 51 | 1 | 37 | 62 | 3B |
| Octal | 375 | 354 | 60 | 0 | 7 | 121 | 1 | 67 | 142 | 73 |
| Binary | 11111101 | 11101100 | 110000 | 0 | 111 | 1010001 | 1 | 110111 | 1100010 | 111011 |
Color Harmonies of #FDEC30
Complementary color
Monochromatic Colors of #FDEC30
Black with #FDEC30
Text Example
Text Example
White with #FDEC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC30; }
p { color: rgb(253,236,48); }
H1.HeaderClassName
{
color: #FDEC30;
}
.AnyTagClassName
{
color: #FDEC30;
}
</style>
background-color css
<style>
a { background-color: #FDEC30; }
a { background-color: rgb(253,236,48); }
div.DivClassName
{
background-color: #FDEC30;
}
.BgClassName
{
background-color: #FDEC30;
}
</style>
border-color css
<style>
span { border-color: #FDEC30; }
span { border-color: rgb(253,236,48); }
td.TdClassName
{
border-color: #FDEC30;
}
.TagClassName
{
border-color: #FDEC30;
}
</style>