Shades of Gorse #FDEC3E
Tints of Gorse #FDEC3E
RGB
CMYK
RGB Variations
Color information
#FDEC3E (or 0xFDEC3E) is known color: Gorse. HEX triplet: FD, EC and 3E. RGB value is (253,236,62). Sum of RGB (Red+Green+Blue) = 253+236+62=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 62 (24.61% from 255 or 11.25% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC3E is #0213C1. Grayscale: #DDDDDD. Windows color (decimal): -136130 or 4123901. OLE color: 4123901.
HSL color Cylindrical-coordinate representation of color #FDEC3E: hue angle of 54.66º 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 #FDEC3E is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 62 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.01 |
| HSL | 54.66º | 0.98% | 0.62% | - |
| HSV(B) | 54.66º | 0.75% | 0.99% | - |
| XYZ | 71.37 | 81.22 | 16.47 | - |
| YUV | 221.25 | 38.13 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 62 | 0 | 0.07 | 0.75 | 0.01 | 54.66 | 0.98 | 0.62 |
| Hex | FD | EC | 3E | 0 | 7 | 4B | 1 | 37 | 62 | 3E |
| Octal | 375 | 354 | 76 | 0 | 7 | 113 | 1 | 67 | 142 | 76 |
| Binary | 11111101 | 11101100 | 111110 | 0 | 111 | 1001011 | 1 | 110111 | 1100010 | 111110 |
Color Harmonies of #FDEC3E
Complementary color
Monochromatic Colors of #FDEC3E
Black with #FDEC3E
Text Example
Text Example
White with #FDEC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC3E; }
p { color: rgb(253,236,62); }
H1.HeaderClassName
{
color: #FDEC3E;
}
.AnyTagClassName
{
color: #FDEC3E;
}
</style>
background-color css
<style>
a { background-color: #FDEC3E; }
a { background-color: rgb(253,236,62); }
div.DivClassName
{
background-color: #FDEC3E;
}
.BgClassName
{
background-color: #FDEC3E;
}
</style>
border-color css
<style>
span { border-color: #FDEC3E; }
span { border-color: rgb(253,236,62); }
td.TdClassName
{
border-color: #FDEC3E;
}
.TagClassName
{
border-color: #FDEC3E;
}
</style>