Shades of Gorse #FDE440
Tints of Gorse #FDE440
RGB
CMYK
RGB Variations
Color information
#FDE440 (or 0xFDE440) is known color: Gorse. HEX triplet: FD, E4 and 40. RGB value is (253,228,64). Sum of RGB (Red+Green+Blue) = 253+228+64=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 64 (25.39% from 255 or 11.74% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE440 is #021BBF. Grayscale: #D9D9D9. Windows color (decimal): -138176 or 4252925. OLE color: 4252925.
HSL color Cylindrical-coordinate representation of color #FDE440: hue angle of 52.06º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDE440 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 64 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.01 |
| HSL | 52.06º | 0.98% | 0.62% | - |
| HSV(B) | 52.06º | 0.75% | 0.99% | - |
| XYZ | 69.18 | 76.74 | 16.02 | - |
| YUV | 216.78 | 41.78 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 64 | 0 | 0.10 | 0.75 | 0.01 | 52.06 | 0.98 | 0.62 |
| Hex | FD | E4 | 40 | 0 | A | 4B | 1 | 34 | 62 | 3E |
| Octal | 375 | 344 | 100 | 0 | 12 | 113 | 1 | 64 | 142 | 76 |
| Binary | 11111101 | 11100100 | 1000000 | 0 | 1010 | 1001011 | 1 | 110100 | 1100010 | 111110 |
Color Harmonies of #FDE440
Complementary color
Monochromatic Colors of #FDE440
Black with #FDE440
Text Example
Text Example
White with #FDE440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE440; }
p { color: rgb(253,228,64); }
H1.HeaderClassName
{
color: #FDE440;
}
.AnyTagClassName
{
color: #FDE440;
}
</style>
background-color css
<style>
a { background-color: #FDE440; }
a { background-color: rgb(253,228,64); }
div.DivClassName
{
background-color: #FDE440;
}
.BgClassName
{
background-color: #FDE440;
}
</style>
border-color css
<style>
span { border-color: #FDE440; }
span { border-color: rgb(253,228,64); }
td.TdClassName
{
border-color: #FDE440;
}
.TagClassName
{
border-color: #FDE440;
}
</style>