Shades of Gorse #FDE13A
Tints of Gorse #FDE13A
RGB
CMYK
RGB Variations
Color information
#FDE13A (or 0xFDE13A) is known color: Gorse. HEX triplet: FD, E1 and 3A. RGB value is (253,225,58). Sum of RGB (Red+Green+Blue) = 253+225+58=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 58 (23.05% from 255 or 10.82% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE13A is #021EC5. Grayscale: #D7D7D7. Windows color (decimal): -138950 or 3858941. OLE color: 3858941.
HSL color Cylindrical-coordinate representation of color #FDE13A: hue angle of 51.38º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDE13A is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 58 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.01 |
| HSL | 51.38º | 0.98% | 0.61% | - |
| HSV(B) | 51.38º | 0.77% | 0.99% | - |
| XYZ | 68.2 | 75.04 | 14.89 | - |
| YUV | 214.33 | 39.78 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 58 | 0 | 0.11 | 0.77 | 0.01 | 51.38 | 0.98 | 0.61 |
| Hex | FD | E1 | 3A | 0 | B | 4D | 1 | 33 | 62 | 3D |
| Octal | 375 | 341 | 72 | 0 | 13 | 115 | 1 | 63 | 142 | 75 |
| Binary | 11111101 | 11100001 | 111010 | 0 | 1011 | 1001101 | 1 | 110011 | 1100010 | 111101 |
Color Harmonies of #FDE13A
Complementary color
Monochromatic Colors of #FDE13A
Black with #FDE13A
Text Example
Text Example
White with #FDE13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE13A; }
p { color: rgb(253,225,58); }
H1.HeaderClassName
{
color: #FDE13A;
}
.AnyTagClassName
{
color: #FDE13A;
}
</style>
background-color css
<style>
a { background-color: #FDE13A; }
a { background-color: rgb(253,225,58); }
div.DivClassName
{
background-color: #FDE13A;
}
.BgClassName
{
background-color: #FDE13A;
}
</style>
border-color css
<style>
span { border-color: #FDE13A; }
span { border-color: rgb(253,225,58); }
td.TdClassName
{
border-color: #FDE13A;
}
.TagClassName
{
border-color: #FDE13A;
}
</style>