Shades of Gorse #FDE244
Tints of Gorse #FDE244
RGB
CMYK
RGB Variations
Color information
#FDE244 (or 0xFDE244) is known color: Gorse. HEX triplet: FD, E2 and 44. RGB value is (253,226,68). Sum of RGB (Red+Green+Blue) = 253+226+68=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 68 (26.95% from 255 or 12.43% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE244 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE244 is #021DBB. Grayscale: #D8D8D8. Windows color (decimal): -138684 or 4514557. OLE color: 4514557.
HSL color Cylindrical-coordinate representation of color #FDE244: hue angle of 51.24º 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 #FDE244 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 68 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.01 |
| HSL | 51.24º | 0.98% | 0.63% | - |
| HSV(B) | 51.24º | 0.73% | 0.99% | - |
| XYZ | 68.75 | 75.69 | 16.46 | - |
| YUV | 216.06 | 44.45 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 68 | 0 | 0.11 | 0.73 | 0.01 | 51.24 | 0.98 | 0.63 |
| Hex | FD | E2 | 44 | 0 | B | 49 | 1 | 33 | 62 | 3F |
| Octal | 375 | 342 | 104 | 0 | 13 | 111 | 1 | 63 | 142 | 77 |
| Binary | 11111101 | 11100010 | 1000100 | 0 | 1011 | 1001001 | 1 | 110011 | 1100010 | 111111 |
Color Harmonies of #FDE244
Complementary color
Monochromatic Colors of #FDE244
Black with #FDE244
Text Example
Text Example
White with #FDE244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE244; }
p { color: rgb(253,226,68); }
H1.HeaderClassName
{
color: #FDE244;
}
.AnyTagClassName
{
color: #FDE244;
}
</style>
background-color css
<style>
a { background-color: #FDE244; }
a { background-color: rgb(253,226,68); }
div.DivClassName
{
background-color: #FDE244;
}
.BgClassName
{
background-color: #FDE244;
}
</style>
border-color css
<style>
span { border-color: #FDE244; }
span { border-color: rgb(253,226,68); }
td.TdClassName
{
border-color: #FDE244;
}
.TagClassName
{
border-color: #FDE244;
}
</style>