Shades of Gorse #FDE03D
Tints of Gorse #FDE03D
RGB
CMYK
RGB Variations
Color information
#FDE03D (or 0xFDE03D) is known color: Gorse. HEX triplet: FD, E0 and 3D. RGB value is (253,224,61). Sum of RGB (Red+Green+Blue) = 253+224+61=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 61 (24.22% from 255 or 11.34% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE03D is #021FC2. Grayscale: #D6D6D6. Windows color (decimal): -139203 or 4055293. OLE color: 4055293.
HSL color Cylindrical-coordinate representation of color #FDE03D: hue angle of 50.94º 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 #FDE03D is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 61 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.01 |
| HSL | 50.94º | 0.98% | 0.62% | - |
| HSV(B) | 50.94º | 0.76% | 0.99% | - |
| XYZ | 68.01 | 74.53 | 15.22 | - |
| YUV | 214.09 | 41.61 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 61 | 0 | 0.11 | 0.76 | 0.01 | 50.94 | 0.98 | 0.62 |
| Hex | FD | E0 | 3D | 0 | B | 4C | 1 | 33 | 62 | 3E |
| Octal | 375 | 340 | 75 | 0 | 13 | 114 | 1 | 63 | 142 | 76 |
| Binary | 11111101 | 11100000 | 111101 | 0 | 1011 | 1001100 | 1 | 110011 | 1100010 | 111110 |
Color Harmonies of #FDE03D
Complementary color
Monochromatic Colors of #FDE03D
Black with #FDE03D
Text Example
Text Example
White with #FDE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE03D; }
p { color: rgb(253,224,61); }
H1.HeaderClassName
{
color: #FDE03D;
}
.AnyTagClassName
{
color: #FDE03D;
}
</style>
background-color css
<style>
a { background-color: #FDE03D; }
a { background-color: rgb(253,224,61); }
div.DivClassName
{
background-color: #FDE03D;
}
.BgClassName
{
background-color: #FDE03D;
}
</style>
border-color css
<style>
span { border-color: #FDE03D; }
span { border-color: rgb(253,224,61); }
td.TdClassName
{
border-color: #FDE03D;
}
.TagClassName
{
border-color: #FDE03D;
}
</style>