Shades of Gorse #FDEC32
Tints of Gorse #FDEC32
RGB
CMYK
RGB Variations
Color information
#FDEC32 (or 0xFDEC32) is known color: Gorse. HEX triplet: FD, EC and 32. RGB value is (253,236,50). Sum of RGB (Red+Green+Blue) = 253+236+50=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 50 (19.92% from 255 or 9.28% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC32 is #0213CD. Grayscale: #DCDCDC. Windows color (decimal): -136142 or 3337469. OLE color: 3337469.
HSL color Cylindrical-coordinate representation of color #FDEC32: hue angle of 54.98º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDEC32 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 50 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.01 |
| HSL | 54.98º | 0.98% | 0.59% | - |
| HSV(B) | 54.98º | 0.8% | 0.99% | - |
| XYZ | 71.08 | 81.1 | 14.93 | - |
| YUV | 219.88 | 32.13 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 50 | 0 | 0.07 | 0.80 | 0.01 | 54.98 | 0.98 | 0.59 |
| Hex | FD | EC | 32 | 0 | 7 | 50 | 1 | 37 | 62 | 3B |
| Octal | 375 | 354 | 62 | 0 | 7 | 120 | 1 | 67 | 142 | 73 |
| Binary | 11111101 | 11101100 | 110010 | 0 | 111 | 1010000 | 1 | 110111 | 1100010 | 111011 |
Color Harmonies of #FDEC32
Complementary color
Monochromatic Colors of #FDEC32
Black with #FDEC32
Text Example
Text Example
White with #FDEC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC32; }
p { color: rgb(253,236,50); }
H1.HeaderClassName
{
color: #FDEC32;
}
.AnyTagClassName
{
color: #FDEC32;
}
</style>
background-color css
<style>
a { background-color: #FDEC32; }
a { background-color: rgb(253,236,50); }
div.DivClassName
{
background-color: #FDEC32;
}
.BgClassName
{
background-color: #FDEC32;
}
</style>
border-color css
<style>
span { border-color: #FDEC32; }
span { border-color: rgb(253,236,50); }
td.TdClassName
{
border-color: #FDEC32;
}
.TagClassName
{
border-color: #FDEC32;
}
</style>