Shades of Gorse #FDEC3A
Tints of Gorse #FDEC3A
RGB
CMYK
RGB Variations
Color information
#FDEC3A (or 0xFDEC3A) is known color: Gorse. HEX triplet: FD, EC and 3A. RGB value is (253,236,58). Sum of RGB (Red+Green+Blue) = 253+236+58=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 58 (23.05% from 255 or 10.60% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC3A is #0213C5. Grayscale: #DDDDDD. Windows color (decimal): -136134 or 3861757. OLE color: 3861757.
HSL color Cylindrical-coordinate representation of color #FDEC3A: hue angle of 54.77º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDEC3A is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 58 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.01 |
| HSL | 54.77º | 0.98% | 0.61% | - |
| HSV(B) | 54.77º | 0.77% | 0.99% | - |
| XYZ | 71.27 | 81.18 | 15.92 | - |
| YUV | 220.79 | 36.13 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 58 | 0 | 0.07 | 0.77 | 0.01 | 54.77 | 0.98 | 0.61 |
| Hex | FD | EC | 3A | 0 | 7 | 4D | 1 | 37 | 62 | 3D |
| Octal | 375 | 354 | 72 | 0 | 7 | 115 | 1 | 67 | 142 | 75 |
| Binary | 11111101 | 11101100 | 111010 | 0 | 111 | 1001101 | 1 | 110111 | 1100010 | 111101 |
Color Harmonies of #FDEC3A
Complementary color
Monochromatic Colors of #FDEC3A
Black with #FDEC3A
Text Example
Text Example
White with #FDEC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC3A; }
p { color: rgb(253,236,58); }
H1.HeaderClassName
{
color: #FDEC3A;
}
.AnyTagClassName
{
color: #FDEC3A;
}
</style>
background-color css
<style>
a { background-color: #FDEC3A; }
a { background-color: rgb(253,236,58); }
div.DivClassName
{
background-color: #FDEC3A;
}
.BgClassName
{
background-color: #FDEC3A;
}
</style>
border-color css
<style>
span { border-color: #FDEC3A; }
span { border-color: rgb(253,236,58); }
td.TdClassName
{
border-color: #FDEC3A;
}
.TagClassName
{
border-color: #FDEC3A;
}
</style>