Shades of Gorse #FDE240
Tints of Gorse #FDE240
RGB
CMYK
RGB Variations
Color information
#FDE240 (or 0xFDE240) is known color: Gorse. HEX triplet: FD, E2 and 40. RGB value is (253,226,64). Sum of RGB (Red+Green+Blue) = 253+226+64=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 64 (25.39% from 255 or 11.79% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE240 is #021DBF. Grayscale: #D8D8D8. Windows color (decimal): -138688 or 4252413. OLE color: 4252413.
HSL color Cylindrical-coordinate representation of color #FDE240: hue angle of 51.43º 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 #FDE240 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 64 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.01 |
| HSL | 51.43º | 0.98% | 0.62% | - |
| HSV(B) | 51.43º | 0.75% | 0.99% | - |
| XYZ | 68.63 | 75.65 | 15.83 | - |
| YUV | 215.61 | 42.45 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 64 | 0 | 0.11 | 0.75 | 0.01 | 51.43 | 0.98 | 0.62 |
| Hex | FD | E2 | 40 | 0 | B | 4B | 1 | 33 | 62 | 3E |
| Octal | 375 | 342 | 100 | 0 | 13 | 113 | 1 | 63 | 142 | 76 |
| Binary | 11111101 | 11100010 | 1000000 | 0 | 1011 | 1001011 | 1 | 110011 | 1100010 | 111110 |
Color Harmonies of #FDE240
Complementary color
Monochromatic Colors of #FDE240
Black with #FDE240
Text Example
Text Example
White with #FDE240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE240; }
p { color: rgb(253,226,64); }
H1.HeaderClassName
{
color: #FDE240;
}
.AnyTagClassName
{
color: #FDE240;
}
</style>
background-color css
<style>
a { background-color: #FDE240; }
a { background-color: rgb(253,226,64); }
div.DivClassName
{
background-color: #FDE240;
}
.BgClassName
{
background-color: #FDE240;
}
</style>
border-color css
<style>
span { border-color: #FDE240; }
span { border-color: rgb(253,226,64); }
td.TdClassName
{
border-color: #FDE240;
}
.TagClassName
{
border-color: #FDE240;
}
</style>