Shades of Gorse #FDE044
Tints of Gorse #FDE044
RGB
CMYK
RGB Variations
Color information
#FDE044 (or 0xFDE044) is known color: Gorse. HEX triplet: FD, E0 and 44. RGB value is (253,224,68). Sum of RGB (Red+Green+Blue) = 253+224+68=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 68 (26.95% from 255 or 12.48% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE044 is #021FBB. Grayscale: #D7D7D7. Windows color (decimal): -139196 or 4514045. OLE color: 4514045.
HSL color Cylindrical-coordinate representation of color #FDE044: hue angle of 50.59º 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 #FDE044 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 68 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.01 |
| HSL | 50.59º | 0.98% | 0.63% | - |
| HSV(B) | 50.59º | 0.73% | 0.99% | - |
| XYZ | 68.21 | 74.61 | 16.28 | - |
| YUV | 214.89 | 45.11 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 68 | 0 | 0.11 | 0.73 | 0.01 | 50.59 | 0.98 | 0.63 |
| Hex | FD | E0 | 44 | 0 | B | 49 | 1 | 33 | 62 | 3F |
| Octal | 375 | 340 | 104 | 0 | 13 | 111 | 1 | 63 | 142 | 77 |
| Binary | 11111101 | 11100000 | 1000100 | 0 | 1011 | 1001001 | 1 | 110011 | 1100010 | 111111 |
Color Harmonies of #FDE044
Complementary color
Monochromatic Colors of #FDE044
Black with #FDE044
Text Example
Text Example
White with #FDE044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE044; }
p { color: rgb(253,224,68); }
H1.HeaderClassName
{
color: #FDE044;
}
.AnyTagClassName
{
color: #FDE044;
}
</style>
background-color css
<style>
a { background-color: #FDE044; }
a { background-color: rgb(253,224,68); }
div.DivClassName
{
background-color: #FDE044;
}
.BgClassName
{
background-color: #FDE044;
}
</style>
border-color css
<style>
span { border-color: #FDE044; }
span { border-color: rgb(253,224,68); }
td.TdClassName
{
border-color: #FDE044;
}
.TagClassName
{
border-color: #FDE044;
}
</style>