Shades of Gorse #FDEC3C
Tints of Gorse #FDEC3C
RGB
CMYK
RGB Variations
Color information
#FDEC3C (or 0xFDEC3C) is known color: Gorse. HEX triplet: FD, EC and 3C. RGB value is (253,236,60). Sum of RGB (Red+Green+Blue) = 253+236+60=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 60 (23.83% from 255 or 10.93% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC3C is #0213C3. Grayscale: #DDDDDD. Windows color (decimal): -136132 or 3992829. OLE color: 3992829.
HSL color Cylindrical-coordinate representation of color #FDEC3C: hue angle of 54.72º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDEC3C is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 60 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.01 |
| HSL | 54.72º | 0.98% | 0.61% | - |
| HSV(B) | 54.72º | 0.76% | 0.99% | - |
| XYZ | 71.32 | 81.2 | 16.19 | - |
| YUV | 221.02 | 37.13 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 60 | 0 | 0.07 | 0.76 | 0.01 | 54.72 | 0.98 | 0.61 |
| Hex | FD | EC | 3C | 0 | 7 | 4C | 1 | 37 | 62 | 3D |
| Octal | 375 | 354 | 74 | 0 | 7 | 114 | 1 | 67 | 142 | 75 |
| Binary | 11111101 | 11101100 | 111100 | 0 | 111 | 1001100 | 1 | 110111 | 1100010 | 111101 |
Color Harmonies of #FDEC3C
Complementary color
Monochromatic Colors of #FDEC3C
Black with #FDEC3C
Text Example
Text Example
White with #FDEC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC3C; }
p { color: rgb(253,236,60); }
H1.HeaderClassName
{
color: #FDEC3C;
}
.AnyTagClassName
{
color: #FDEC3C;
}
</style>
background-color css
<style>
a { background-color: #FDEC3C; }
a { background-color: rgb(253,236,60); }
div.DivClassName
{
background-color: #FDEC3C;
}
.BgClassName
{
background-color: #FDEC3C;
}
</style>
border-color css
<style>
span { border-color: #FDEC3C; }
span { border-color: rgb(253,236,60); }
td.TdClassName
{
border-color: #FDEC3C;
}
.TagClassName
{
border-color: #FDEC3C;
}
</style>