Shades of Gorse #FDE141
Tints of Gorse #FDE141
RGB
CMYK
RGB Variations
Color information
#FDE141 (or 0xFDE141) is known color: Gorse. HEX triplet: FD, E1 and 41. RGB value is (253,225,65). Sum of RGB (Red+Green+Blue) = 253+225+65=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 65 (25.78% from 255 or 11.97% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE141 is #021EBE. Grayscale: #D7D7D7. Windows color (decimal): -138943 or 4317693. OLE color: 4317693.
HSL color Cylindrical-coordinate representation of color #FDE141: hue angle of 51.06º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDE141 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 65 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.01 |
| HSL | 51.06º | 0.98% | 0.62% | - |
| HSV(B) | 51.06º | 0.74% | 0.99% | - |
| XYZ | 68.39 | 75.11 | 15.9 | - |
| YUV | 215.13 | 43.28 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 65 | 0 | 0.11 | 0.74 | 0.01 | 51.06 | 0.98 | 0.62 |
| Hex | FD | E1 | 41 | 0 | B | 4A | 1 | 33 | 62 | 3E |
| Octal | 375 | 341 | 101 | 0 | 13 | 112 | 1 | 63 | 142 | 76 |
| Binary | 11111101 | 11100001 | 1000001 | 0 | 1011 | 1001010 | 1 | 110011 | 1100010 | 111110 |
Color Harmonies of #FDE141
Complementary color
Monochromatic Colors of #FDE141
Black with #FDE141
Text Example
Text Example
White with #FDE141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE141; }
p { color: rgb(253,225,65); }
H1.HeaderClassName
{
color: #FDE141;
}
.AnyTagClassName
{
color: #FDE141;
}
</style>
background-color css
<style>
a { background-color: #FDE141; }
a { background-color: rgb(253,225,65); }
div.DivClassName
{
background-color: #FDE141;
}
.BgClassName
{
background-color: #FDE141;
}
</style>
border-color css
<style>
span { border-color: #FDE141; }
span { border-color: rgb(253,225,65); }
td.TdClassName
{
border-color: #FDE141;
}
.TagClassName
{
border-color: #FDE141;
}
</style>