Shades of Gorse #FDE229
Tints of Gorse #FDE229
RGB
CMYK
RGB Variations
Color information
#FDE229 (or 0xFDE229) is known color: Gorse. HEX triplet: FD, E2 and 29. RGB value is (253,226,41). Sum of RGB (Red+Green+Blue) = 253+226+41=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 41 (16.41% from 255 or 7.88% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE229 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE229 is #021DD6. Grayscale: #D5D5D5. Windows color (decimal): -138711 or 2745085. OLE color: 2745085.
HSL color Cylindrical-coordinate representation of color #FDE229: hue angle of 52.36º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDE229 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 41 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.01 |
| HSL | 52.36º | 0.98% | 0.58% | - |
| HSV(B) | 52.36º | 0.84% | 0.99% | - |
| XYZ | 68.1 | 75.44 | 13.07 | - |
| YUV | 212.98 | 30.95 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 41 | 0 | 0.11 | 0.84 | 0.01 | 52.36 | 0.98 | 0.58 |
| Hex | FD | E2 | 29 | 0 | B | 54 | 1 | 34 | 62 | 3A |
| Octal | 375 | 342 | 51 | 0 | 13 | 124 | 1 | 64 | 142 | 72 |
| Binary | 11111101 | 11100010 | 101001 | 0 | 1011 | 1010100 | 1 | 110100 | 1100010 | 111010 |
Color Harmonies of #FDE229
Complementary color
Monochromatic Colors of #FDE229
Black with #FDE229
Text Example
Text Example
White with #FDE229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE229; }
p { color: rgb(253,226,41); }
H1.HeaderClassName
{
color: #FDE229;
}
.AnyTagClassName
{
color: #FDE229;
}
</style>
background-color css
<style>
a { background-color: #FDE229; }
a { background-color: rgb(253,226,41); }
div.DivClassName
{
background-color: #FDE229;
}
.BgClassName
{
background-color: #FDE229;
}
</style>
border-color css
<style>
span { border-color: #FDE229; }
span { border-color: rgb(253,226,41); }
td.TdClassName
{
border-color: #FDE229;
}
.TagClassName
{
border-color: #FDE229;
}
</style>