Shades of Gorse #FDE145
Tints of Gorse #FDE145
RGB
CMYK
RGB Variations
Color information
#FDE145 (or 0xFDE145) is known color: Gorse. HEX triplet: FD, E1 and 45. RGB value is (253,225,69). Sum of RGB (Red+Green+Blue) = 253+225+69=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 69 (27.34% from 255 or 12.61% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE145 is #021EBA. Grayscale: #D8D8D8. Windows color (decimal): -138939 or 4579837. OLE color: 4579837.
HSL color Cylindrical-coordinate representation of color #FDE145: hue angle of 50.87º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDE145 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 69 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.01 |
| HSL | 50.87º | 0.98% | 0.63% | - |
| HSV(B) | 50.87º | 0.73% | 0.99% | - |
| XYZ | 68.51 | 75.16 | 16.53 | - |
| YUV | 215.59 | 45.28 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 69 | 0 | 0.11 | 0.73 | 0.01 | 50.87 | 0.98 | 0.63 |
| Hex | FD | E1 | 45 | 0 | B | 49 | 1 | 33 | 62 | 3F |
| Octal | 375 | 341 | 105 | 0 | 13 | 111 | 1 | 63 | 142 | 77 |
| Binary | 11111101 | 11100001 | 1000101 | 0 | 1011 | 1001001 | 1 | 110011 | 1100010 | 111111 |
Color Harmonies of #FDE145
Complementary color
Monochromatic Colors of #FDE145
Black with #FDE145
Text Example
Text Example
White with #FDE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE145; }
p { color: rgb(253,225,69); }
H1.HeaderClassName
{
color: #FDE145;
}
.AnyTagClassName
{
color: #FDE145;
}
</style>
background-color css
<style>
a { background-color: #FDE145; }
a { background-color: rgb(253,225,69); }
div.DivClassName
{
background-color: #FDE145;
}
.BgClassName
{
background-color: #FDE145;
}
</style>
border-color css
<style>
span { border-color: #FDE145; }
span { border-color: rgb(253,225,69); }
td.TdClassName
{
border-color: #FDE145;
}
.TagClassName
{
border-color: #FDE145;
}
</style>