Shades of Gorse #FDEC34
Tints of Gorse #FDEC34
RGB
CMYK
RGB Variations
Color information
#FDEC34 (or 0xFDEC34) is known color: Gorse. HEX triplet: FD, EC and 34. RGB value is (253,236,52). Sum of RGB (Red+Green+Blue) = 253+236+52=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 52 (20.70% from 255 or 9.61% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC34 is #0213CB. Grayscale: #DCDCDC. Windows color (decimal): -136140 or 3468541. OLE color: 3468541.
HSL color Cylindrical-coordinate representation of color #FDEC34: hue angle of 54.93º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDEC34 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 52 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.01 |
| HSL | 54.93º | 0.98% | 0.6% | - |
| HSV(B) | 54.93º | 0.79% | 0.99% | - |
| XYZ | 71.12 | 81.12 | 15.16 | - |
| YUV | 220.11 | 33.13 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 52 | 0 | 0.07 | 0.79 | 0.01 | 54.93 | 0.98 | 0.6 |
| Hex | FD | EC | 34 | 0 | 7 | 4F | 1 | 37 | 62 | 3C |
| Octal | 375 | 354 | 64 | 0 | 7 | 117 | 1 | 67 | 142 | 74 |
| Binary | 11111101 | 11101100 | 110100 | 0 | 111 | 1001111 | 1 | 110111 | 1100010 | 111100 |
Color Harmonies of #FDEC34
Complementary color
Monochromatic Colors of #FDEC34
Black with #FDEC34
Text Example
Text Example
White with #FDEC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC34; }
p { color: rgb(253,236,52); }
H1.HeaderClassName
{
color: #FDEC34;
}
.AnyTagClassName
{
color: #FDEC34;
}
</style>
background-color css
<style>
a { background-color: #FDEC34; }
a { background-color: rgb(253,236,52); }
div.DivClassName
{
background-color: #FDEC34;
}
.BgClassName
{
background-color: #FDEC34;
}
</style>
border-color css
<style>
span { border-color: #FDEC34; }
span { border-color: rgb(253,236,52); }
td.TdClassName
{
border-color: #FDEC34;
}
.TagClassName
{
border-color: #FDEC34;
}
</style>