Shades of Gorse #FDED37
Tints of Gorse #FDED37
RGB
CMYK
RGB Variations
Color information
#FDED37 (or 0xFDED37) is known color: Gorse. HEX triplet: FD, ED and 37. RGB value is (253,237,55). Sum of RGB (Red+Green+Blue) = 253+237+55=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 55 (21.88% from 255 or 10.09% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED37 is #0212C8. Grayscale: #DDDDDD. Windows color (decimal): -135881 or 3665405. OLE color: 3665405.
HSL color Cylindrical-coordinate representation of color #FDED37: hue angle of 55.15º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FDED37 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 55 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.01 |
| HSL | 55.15º | 0.98% | 0.6% | - |
| HSV(B) | 55.15º | 0.78% | 0.99% | - |
| XYZ | 71.48 | 81.73 | 15.62 | - |
| YUV | 221.04 | 34.3 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 55 | 0 | 0.06 | 0.78 | 0.01 | 55.15 | 0.98 | 0.6 |
| Hex | FD | ED | 37 | 0 | 6 | 4E | 1 | 37 | 62 | 3C |
| Octal | 375 | 355 | 67 | 0 | 6 | 116 | 1 | 67 | 142 | 74 |
| Binary | 11111101 | 11101101 | 110111 | 0 | 110 | 1001110 | 1 | 110111 | 1100010 | 111100 |
Color Harmonies of #FDED37
Complementary color
Monochromatic Colors of #FDED37
Black with #FDED37
Text Example
Text Example
White with #FDED37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDED37; }
p { color: rgb(253,237,55); }
H1.HeaderClassName
{
color: #FDED37;
}
.AnyTagClassName
{
color: #FDED37;
}
</style>
background-color css
<style>
a { background-color: #FDED37; }
a { background-color: rgb(253,237,55); }
div.DivClassName
{
background-color: #FDED37;
}
.BgClassName
{
background-color: #FDED37;
}
</style>
border-color css
<style>
span { border-color: #FDED37; }
span { border-color: rgb(253,237,55); }
td.TdClassName
{
border-color: #FDED37;
}
.TagClassName
{
border-color: #FDED37;
}
</style>