Shades of Gorse #FDE43E
Tints of Gorse #FDE43E
RGB
CMYK
RGB Variations
Color information
#FDE43E (or 0xFDE43E) is known color: Gorse. HEX triplet: FD, E4 and 3E. RGB value is (253,228,62). Sum of RGB (Red+Green+Blue) = 253+228+62=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 62 (24.61% from 255 or 11.42% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE43E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE43E is #021BC1. Grayscale: #D9D9D9. Windows color (decimal): -138178 or 4121853. OLE color: 4121853.
HSL color Cylindrical-coordinate representation of color #FDE43E: hue angle of 52.15º 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 #FDE43E is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 62 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.01 |
| HSL | 52.15º | 0.98% | 0.62% | - |
| HSV(B) | 52.15º | 0.75% | 0.99% | - |
| XYZ | 69.12 | 76.72 | 15.72 | - |
| YUV | 216.55 | 40.78 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 62 | 0 | 0.10 | 0.75 | 0.01 | 52.15 | 0.98 | 0.62 |
| Hex | FD | E4 | 3E | 0 | A | 4B | 1 | 34 | 62 | 3E |
| Octal | 375 | 344 | 76 | 0 | 12 | 113 | 1 | 64 | 142 | 76 |
| Binary | 11111101 | 11100100 | 111110 | 0 | 1010 | 1001011 | 1 | 110100 | 1100010 | 111110 |
Color Harmonies of #FDE43E
Complementary color
Monochromatic Colors of #FDE43E
Black with #FDE43E
Text Example
Text Example
White with #FDE43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE43E; }
p { color: rgb(253,228,62); }
H1.HeaderClassName
{
color: #FDE43E;
}
.AnyTagClassName
{
color: #FDE43E;
}
</style>
background-color css
<style>
a { background-color: #FDE43E; }
a { background-color: rgb(253,228,62); }
div.DivClassName
{
background-color: #FDE43E;
}
.BgClassName
{
background-color: #FDE43E;
}
</style>
border-color css
<style>
span { border-color: #FDE43E; }
span { border-color: rgb(253,228,62); }
td.TdClassName
{
border-color: #FDE43E;
}
.TagClassName
{
border-color: #FDE43E;
}
</style>