Shades of Gorse #FDE538
Tints of Gorse #FDE538
RGB
CMYK
RGB Variations
Color information
#FDE538 (or 0xFDE538) is known color: Gorse. HEX triplet: FD, E5 and 38. RGB value is (253,229,56). Sum of RGB (Red+Green+Blue) = 253+229+56=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 56 (22.27% from 255 or 10.41% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE538 is #021AC7. Grayscale: #D9D9D9. Windows color (decimal): -137928 or 3728893. OLE color: 3728893.
HSL color Cylindrical-coordinate representation of color #FDE538: hue angle of 52.69º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FDE538 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 56 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.01 |
| HSL | 52.69º | 0.98% | 0.61% | - |
| HSV(B) | 52.69º | 0.78% | 0.99% | - |
| XYZ | 69.24 | 77.21 | 14.99 | - |
| YUV | 216.45 | 37.45 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 56 | 0 | 0.09 | 0.78 | 0.01 | 52.69 | 0.98 | 0.61 |
| Hex | FD | E5 | 38 | 0 | 9 | 4E | 1 | 35 | 62 | 3D |
| Octal | 375 | 345 | 70 | 0 | 11 | 116 | 1 | 65 | 142 | 75 |
| Binary | 11111101 | 11100101 | 111000 | 0 | 1001 | 1001110 | 1 | 110101 | 1100010 | 111101 |
Color Harmonies of #FDE538
Complementary color
Monochromatic Colors of #FDE538
Black with #FDE538
Text Example
Text Example
White with #FDE538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE538; }
p { color: rgb(253,229,56); }
H1.HeaderClassName
{
color: #FDE538;
}
.AnyTagClassName
{
color: #FDE538;
}
</style>
background-color css
<style>
a { background-color: #FDE538; }
a { background-color: rgb(253,229,56); }
div.DivClassName
{
background-color: #FDE538;
}
.BgClassName
{
background-color: #FDE538;
}
</style>
border-color css
<style>
span { border-color: #FDE538; }
span { border-color: rgb(253,229,56); }
td.TdClassName
{
border-color: #FDE538;
}
.TagClassName
{
border-color: #FDE538;
}
</style>