Shades of Gorse #FDEC2C
Tints of Gorse #FDEC2C
RGB
CMYK
RGB Variations
Color information
#FDEC2C (or 0xFDEC2C) is known color: Gorse. HEX triplet: FD, EC and 2C. RGB value is (253,236,44). Sum of RGB (Red+Green+Blue) = 253+236+44=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 44 (17.58% from 255 or 8.26% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC2C is #0213D3. Grayscale: #DBDBDB. Windows color (decimal): -136148 or 2944253. OLE color: 2944253.
HSL color Cylindrical-coordinate representation of color #FDEC2C: hue angle of 55.12º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDEC2C is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 44 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.01 |
| HSL | 55.12º | 0.98% | 0.58% | - |
| HSV(B) | 55.12º | 0.83% | 0.99% | - |
| XYZ | 70.96 | 81.06 | 14.29 | - |
| YUV | 219.2 | 29.13 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 44 | 0 | 0.07 | 0.83 | 0.01 | 55.12 | 0.98 | 0.58 |
| Hex | FD | EC | 2C | 0 | 7 | 53 | 1 | 37 | 62 | 3A |
| Octal | 375 | 354 | 54 | 0 | 7 | 123 | 1 | 67 | 142 | 72 |
| Binary | 11111101 | 11101100 | 101100 | 0 | 111 | 1010011 | 1 | 110111 | 1100010 | 111010 |
Color Harmonies of #FDEC2C
Complementary color
Monochromatic Colors of #FDEC2C
Black with #FDEC2C
Text Example
Text Example
White with #FDEC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC2C; }
p { color: rgb(253,236,44); }
H1.HeaderClassName
{
color: #FDEC2C;
}
.AnyTagClassName
{
color: #FDEC2C;
}
</style>
background-color css
<style>
a { background-color: #FDEC2C; }
a { background-color: rgb(253,236,44); }
div.DivClassName
{
background-color: #FDEC2C;
}
.BgClassName
{
background-color: #FDEC2C;
}
</style>
border-color css
<style>
span { border-color: #FDEC2C; }
span { border-color: rgb(253,236,44); }
td.TdClassName
{
border-color: #FDEC2C;
}
.TagClassName
{
border-color: #FDEC2C;
}
</style>