Shades of Gorse #FDEC2E
Tints of Gorse #FDEC2E
RGB
CMYK
RGB Variations
Color information
#FDEC2E (or 0xFDEC2E) is known color: Gorse. HEX triplet: FD, EC and 2E. RGB value is (253,236,46). Sum of RGB (Red+Green+Blue) = 253+236+46=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 46 (18.36% from 255 or 8.60% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC2E is #0213D1. Grayscale: #DCDCDC. Windows color (decimal): -136146 or 3075325. OLE color: 3075325.
HSL color Cylindrical-coordinate representation of color #FDEC2E: hue angle of 55.07º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDEC2E is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 46 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.01 |
| HSL | 55.07º | 0.98% | 0.59% | - |
| HSV(B) | 55.07º | 0.82% | 0.99% | - |
| XYZ | 71 | 81.07 | 14.49 | - |
| YUV | 219.42 | 30.13 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 46 | 0 | 0.07 | 0.82 | 0.01 | 55.07 | 0.98 | 0.59 |
| Hex | FD | EC | 2E | 0 | 7 | 52 | 1 | 37 | 62 | 3B |
| Octal | 375 | 354 | 56 | 0 | 7 | 122 | 1 | 67 | 142 | 73 |
| Binary | 11111101 | 11101100 | 101110 | 0 | 111 | 1010010 | 1 | 110111 | 1100010 | 111011 |
Color Harmonies of #FDEC2E
Complementary color
Monochromatic Colors of #FDEC2E
Black with #FDEC2E
Text Example
Text Example
White with #FDEC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC2E; }
p { color: rgb(253,236,46); }
H1.HeaderClassName
{
color: #FDEC2E;
}
.AnyTagClassName
{
color: #FDEC2E;
}
</style>
background-color css
<style>
a { background-color: #FDEC2E; }
a { background-color: rgb(253,236,46); }
div.DivClassName
{
background-color: #FDEC2E;
}
.BgClassName
{
background-color: #FDEC2E;
}
</style>
border-color css
<style>
span { border-color: #FDEC2E; }
span { border-color: rgb(253,236,46); }
td.TdClassName
{
border-color: #FDEC2E;
}
.TagClassName
{
border-color: #FDEC2E;
}
</style>