Shades of Gorse #FDE43D
Tints of Gorse #FDE43D
RGB
CMYK
RGB Variations
Color information
#FDE43D (or 0xFDE43D) is known color: Gorse. HEX triplet: FD, E4 and 3D. RGB value is (253,228,61). Sum of RGB (Red+Green+Blue) = 253+228+61=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 61 (24.22% from 255 or 11.25% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE43D is #021BC2. Grayscale: #D9D9D9. Windows color (decimal): -138179 or 4056317. OLE color: 4056317.
HSL color Cylindrical-coordinate representation of color #FDE43D: hue angle of 52.19º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDE43D is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 61 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.01 |
| HSL | 52.19º | 0.98% | 0.62% | - |
| HSV(B) | 52.19º | 0.76% | 0.99% | - |
| XYZ | 69.09 | 76.71 | 15.58 | - |
| YUV | 216.44 | 40.28 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 61 | 0 | 0.10 | 0.76 | 0.01 | 52.19 | 0.98 | 0.62 |
| Hex | FD | E4 | 3D | 0 | A | 4C | 1 | 34 | 62 | 3E |
| Octal | 375 | 344 | 75 | 0 | 12 | 114 | 1 | 64 | 142 | 76 |
| Binary | 11111101 | 11100100 | 111101 | 0 | 1010 | 1001100 | 1 | 110100 | 1100010 | 111110 |
Color Harmonies of #FDE43D
Complementary color
Monochromatic Colors of #FDE43D
Black with #FDE43D
Text Example
Text Example
White with #FDE43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE43D; }
p { color: rgb(253,228,61); }
H1.HeaderClassName
{
color: #FDE43D;
}
.AnyTagClassName
{
color: #FDE43D;
}
</style>
background-color css
<style>
a { background-color: #FDE43D; }
a { background-color: rgb(253,228,61); }
div.DivClassName
{
background-color: #FDE43D;
}
.BgClassName
{
background-color: #FDE43D;
}
</style>
border-color css
<style>
span { border-color: #FDE43D; }
span { border-color: rgb(253,228,61); }
td.TdClassName
{
border-color: #FDE43D;
}
.TagClassName
{
border-color: #FDE43D;
}
</style>