Shades of Gorse #FDEC2D
Tints of Gorse #FDEC2D
RGB
CMYK
RGB Variations
Color information
#FDEC2D (or 0xFDEC2D) is known color: Gorse. HEX triplet: FD, EC and 2D. RGB value is (253,236,45). Sum of RGB (Red+Green+Blue) = 253+236+45=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 45 (17.97% from 255 or 8.43% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC2D is #0213D2. Grayscale: #DCDCDC. Windows color (decimal): -136147 or 3009789. OLE color: 3009789.
HSL color Cylindrical-coordinate representation of color #FDEC2D: hue angle of 55.1º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDEC2D is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 45 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.01 |
| HSL | 55.1º | 0.98% | 0.58% | - |
| HSV(B) | 55.1º | 0.82% | 0.99% | - |
| XYZ | 70.98 | 81.06 | 14.39 | - |
| YUV | 219.31 | 29.63 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 45 | 0 | 0.07 | 0.82 | 0.01 | 55.1 | 0.98 | 0.58 |
| Hex | FD | EC | 2D | 0 | 7 | 52 | 1 | 37 | 62 | 3A |
| Octal | 375 | 354 | 55 | 0 | 7 | 122 | 1 | 67 | 142 | 72 |
| Binary | 11111101 | 11101100 | 101101 | 0 | 111 | 1010010 | 1 | 110111 | 1100010 | 111010 |
Color Harmonies of #FDEC2D
Complementary color
Monochromatic Colors of #FDEC2D
Black with #FDEC2D
Text Example
Text Example
White with #FDEC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC2D; }
p { color: rgb(253,236,45); }
H1.HeaderClassName
{
color: #FDEC2D;
}
.AnyTagClassName
{
color: #FDEC2D;
}
</style>
background-color css
<style>
a { background-color: #FDEC2D; }
a { background-color: rgb(253,236,45); }
div.DivClassName
{
background-color: #FDEC2D;
}
.BgClassName
{
background-color: #FDEC2D;
}
</style>
border-color css
<style>
span { border-color: #FDEC2D; }
span { border-color: rgb(253,236,45); }
td.TdClassName
{
border-color: #FDEC2D;
}
.TagClassName
{
border-color: #FDEC2D;
}
</style>