Shades of Gorse #FDE130
Tints of Gorse #FDE130
RGB
CMYK
RGB Variations
Color information
#FDE130 (or 0xFDE130) is known color: Gorse. HEX triplet: FD, E1 and 30. RGB value is (253,225,48). Sum of RGB (Red+Green+Blue) = 253+225+48=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 48 (19.14% from 255 or 9.13% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE130 is #021ECF. Grayscale: #D5D5D5. Windows color (decimal): -138960 or 3203581. OLE color: 3203581.
HSL color Cylindrical-coordinate representation of color #FDE130: hue angle of 51.8º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDE130 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 48 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.01 |
| HSL | 51.8º | 0.98% | 0.59% | - |
| HSV(B) | 51.8º | 0.81% | 0.99% | - |
| XYZ | 67.97 | 74.95 | 13.68 | - |
| YUV | 213.19 | 34.78 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 48 | 0 | 0.11 | 0.81 | 0.01 | 51.8 | 0.98 | 0.59 |
| Hex | FD | E1 | 30 | 0 | B | 51 | 1 | 34 | 62 | 3B |
| Octal | 375 | 341 | 60 | 0 | 13 | 121 | 1 | 64 | 142 | 73 |
| Binary | 11111101 | 11100001 | 110000 | 0 | 1011 | 1010001 | 1 | 110100 | 1100010 | 111011 |
Color Harmonies of #FDE130
Complementary color
Monochromatic Colors of #FDE130
Black with #FDE130
Text Example
Text Example
White with #FDE130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE130; }
p { color: rgb(253,225,48); }
H1.HeaderClassName
{
color: #FDE130;
}
.AnyTagClassName
{
color: #FDE130;
}
</style>
background-color css
<style>
a { background-color: #FDE130; }
a { background-color: rgb(253,225,48); }
div.DivClassName
{
background-color: #FDE130;
}
.BgClassName
{
background-color: #FDE130;
}
</style>
border-color css
<style>
span { border-color: #FDE130; }
span { border-color: rgb(253,225,48); }
td.TdClassName
{
border-color: #FDE130;
}
.TagClassName
{
border-color: #FDE130;
}
</style>