Shades of Gorse #FDE841
Tints of Gorse #FDE841
RGB
CMYK
RGB Variations
Color information
#FDE841 (or 0xFDE841) is known color: Gorse. HEX triplet: FD, E8 and 41. RGB value is (253,232,65). Sum of RGB (Red+Green+Blue) = 253+232+65=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 65 (25.78% from 255 or 11.82% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE841 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE841 is #0217BE. Grayscale: #DBDBDB. Windows color (decimal): -137151 or 4319485. OLE color: 4319485.
HSL color Cylindrical-coordinate representation of color #FDE841: hue angle of 53.3º 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 #FDE841 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 65 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.01 |
| HSL | 53.3º | 0.98% | 0.62% | - |
| HSV(B) | 53.3º | 0.74% | 0.99% | - |
| XYZ | 70.32 | 78.98 | 16.54 | - |
| YUV | 219.24 | 40.96 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 65 | 0 | 0.08 | 0.74 | 0.01 | 53.3 | 0.98 | 0.62 |
| Hex | FD | E8 | 41 | 0 | 8 | 4A | 1 | 35 | 62 | 3E |
| Octal | 375 | 350 | 101 | 0 | 10 | 112 | 1 | 65 | 142 | 76 |
| Binary | 11111101 | 11101000 | 1000001 | 0 | 1000 | 1001010 | 1 | 110101 | 1100010 | 111110 |
Color Harmonies of #FDE841
Complementary color
Monochromatic Colors of #FDE841
Black with #FDE841
Text Example
Text Example
White with #FDE841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE841; }
p { color: rgb(253,232,65); }
H1.HeaderClassName
{
color: #FDE841;
}
.AnyTagClassName
{
color: #FDE841;
}
</style>
background-color css
<style>
a { background-color: #FDE841; }
a { background-color: rgb(253,232,65); }
div.DivClassName
{
background-color: #FDE841;
}
.BgClassName
{
background-color: #FDE841;
}
</style>
border-color css
<style>
span { border-color: #FDE841; }
span { border-color: rgb(253,232,65); }
td.TdClassName
{
border-color: #FDE841;
}
.TagClassName
{
border-color: #FDE841;
}
</style>