Shades of Gorse #FDEC40
Tints of Gorse #FDEC40
RGB
CMYK
RGB Variations
Color information
#FDEC40 (or 0xFDEC40) is known color: Gorse. HEX triplet: FD, EC and 40. RGB value is (253,236,64). Sum of RGB (Red+Green+Blue) = 253+236+64=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 64 (25.39% from 255 or 11.57% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC40 is #0213BF. Grayscale: #DEDEDE. Windows color (decimal): -136128 or 4254973. OLE color: 4254973.
HSL color Cylindrical-coordinate representation of color #FDEC40: hue angle of 54.6º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDEC40 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 64 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.01 |
| HSL | 54.6º | 0.98% | 0.62% | - |
| HSV(B) | 54.6º | 0.75% | 0.99% | - |
| XYZ | 71.43 | 81.24 | 16.77 | - |
| YUV | 221.48 | 39.13 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 64 | 0 | 0.07 | 0.75 | 0.01 | 54.6 | 0.98 | 0.62 |
| Hex | FD | EC | 40 | 0 | 7 | 4B | 1 | 37 | 62 | 3E |
| Octal | 375 | 354 | 100 | 0 | 7 | 113 | 1 | 67 | 142 | 76 |
| Binary | 11111101 | 11101100 | 1000000 | 0 | 111 | 1001011 | 1 | 110111 | 1100010 | 111110 |
Color Harmonies of #FDEC40
Complementary color
Monochromatic Colors of #FDEC40
Black with #FDEC40
Text Example
Text Example
White with #FDEC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC40; }
p { color: rgb(253,236,64); }
H1.HeaderClassName
{
color: #FDEC40;
}
.AnyTagClassName
{
color: #FDEC40;
}
</style>
background-color css
<style>
a { background-color: #FDEC40; }
a { background-color: rgb(253,236,64); }
div.DivClassName
{
background-color: #FDEC40;
}
.BgClassName
{
background-color: #FDEC40;
}
</style>
border-color css
<style>
span { border-color: #FDEC40; }
span { border-color: rgb(253,236,64); }
td.TdClassName
{
border-color: #FDEC40;
}
.TagClassName
{
border-color: #FDEC40;
}
</style>