Shades of Gorse #FDE444
Tints of Gorse #FDE444
RGB
CMYK
RGB Variations
Color information
#FDE444 (or 0xFDE444) is known color: Gorse. HEX triplet: FD, E4 and 44. RGB value is (253,228,68). Sum of RGB (Red+Green+Blue) = 253+228+68=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 228 (89.45% from 255 or 41.53% from 549); Blue value is 68 (26.95% from 255 or 12.39% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE444 is #021BBB. Grayscale: #D9D9D9. Windows color (decimal): -138172 or 4515069. OLE color: 4515069.
HSL color Cylindrical-coordinate representation of color #FDE444: hue angle of 51.89º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDE444 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 68 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.01 |
| HSL | 51.89º | 0.98% | 0.63% | - |
| HSV(B) | 51.89º | 0.73% | 0.99% | - |
| XYZ | 69.29 | 76.79 | 16.64 | - |
| YUV | 217.24 | 43.78 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 68 | 0 | 0.10 | 0.73 | 0.01 | 51.89 | 0.98 | 0.63 |
| Hex | FD | E4 | 44 | 0 | A | 49 | 1 | 34 | 62 | 3F |
| Octal | 375 | 344 | 104 | 0 | 12 | 111 | 1 | 64 | 142 | 77 |
| Binary | 11111101 | 11100100 | 1000100 | 0 | 1010 | 1001001 | 1 | 110100 | 1100010 | 111111 |
Color Harmonies of #FDE444
Complementary color
Monochromatic Colors of #FDE444
Black with #FDE444
Text Example
Text Example
White with #FDE444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE444; }
p { color: rgb(253,228,68); }
H1.HeaderClassName
{
color: #FDE444;
}
.AnyTagClassName
{
color: #FDE444;
}
</style>
background-color css
<style>
a { background-color: #FDE444; }
a { background-color: rgb(253,228,68); }
div.DivClassName
{
background-color: #FDE444;
}
.BgClassName
{
background-color: #FDE444;
}
</style>
border-color css
<style>
span { border-color: #FDE444; }
span { border-color: rgb(253,228,68); }
td.TdClassName
{
border-color: #FDE444;
}
.TagClassName
{
border-color: #FDE444;
}
</style>