Shades of Gorse #FDE737
Tints of Gorse #FDE737
RGB
CMYK
RGB Variations
Color information
#FDE737 (or 0xFDE737) is known color: Gorse. HEX triplet: FD, E7 and 37. RGB value is (253,231,55). Sum of RGB (Red+Green+Blue) = 253+231+55=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 231 (90.62% from 255 or 42.86% from 539); Blue value is 55 (21.88% from 255 or 10.20% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE737 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE737 is #0218C8. Grayscale: #DADADA. Windows color (decimal): -137417 or 3663869. OLE color: 3663869.
HSL color Cylindrical-coordinate representation of color #FDE737: hue angle of 53.33º 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 #FDE737 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 55 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.01 |
| HSL | 53.33º | 0.98% | 0.6% | - |
| HSV(B) | 53.33º | 0.78% | 0.99% | - |
| XYZ | 69.77 | 78.31 | 15.05 | - |
| YUV | 217.51 | 36.29 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 55 | 0 | 0.09 | 0.78 | 0.01 | 53.33 | 0.98 | 0.6 |
| Hex | FD | E7 | 37 | 0 | 9 | 4E | 1 | 35 | 62 | 3C |
| Octal | 375 | 347 | 67 | 0 | 11 | 116 | 1 | 65 | 142 | 74 |
| Binary | 11111101 | 11100111 | 110111 | 0 | 1001 | 1001110 | 1 | 110101 | 1100010 | 111100 |
Color Harmonies of #FDE737
Complementary color
Monochromatic Colors of #FDE737
Black with #FDE737
Text Example
Text Example
White with #FDE737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE737; }
p { color: rgb(253,231,55); }
H1.HeaderClassName
{
color: #FDE737;
}
.AnyTagClassName
{
color: #FDE737;
}
</style>
background-color css
<style>
a { background-color: #FDE737; }
a { background-color: rgb(253,231,55); }
div.DivClassName
{
background-color: #FDE737;
}
.BgClassName
{
background-color: #FDE737;
}
</style>
border-color css
<style>
span { border-color: #FDE737; }
span { border-color: rgb(253,231,55); }
td.TdClassName
{
border-color: #FDE737;
}
.TagClassName
{
border-color: #FDE737;
}
</style>