Shades of Gorse #FDE135
Tints of Gorse #FDE135
RGB
CMYK
RGB Variations
Color information
#FDE135 (or 0xFDE135) is known color: Gorse. HEX triplet: FD, E1 and 35. RGB value is (253,225,53). Sum of RGB (Red+Green+Blue) = 253+225+53=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 53 (21.09% from 255 or 9.98% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE135 is #021ECA. Grayscale: #D6D6D6. Windows color (decimal): -138955 or 3531261. OLE color: 3531261.
HSL color Cylindrical-coordinate representation of color #FDE135: hue angle of 51.6º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDE135 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 53 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.01 |
| HSL | 51.6º | 0.98% | 0.6% | - |
| HSV(B) | 51.6º | 0.79% | 0.99% | - |
| XYZ | 68.08 | 74.99 | 14.25 | - |
| YUV | 213.76 | 37.28 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 53 | 0 | 0.11 | 0.79 | 0.01 | 51.6 | 0.98 | 0.6 |
| Hex | FD | E1 | 35 | 0 | B | 4F | 1 | 34 | 62 | 3C |
| Octal | 375 | 341 | 65 | 0 | 13 | 117 | 1 | 64 | 142 | 74 |
| Binary | 11111101 | 11100001 | 110101 | 0 | 1011 | 1001111 | 1 | 110100 | 1100010 | 111100 |
Color Harmonies of #FDE135
Complementary color
Monochromatic Colors of #FDE135
Black with #FDE135
Text Example
Text Example
White with #FDE135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE135; }
p { color: rgb(253,225,53); }
H1.HeaderClassName
{
color: #FDE135;
}
.AnyTagClassName
{
color: #FDE135;
}
</style>
background-color css
<style>
a { background-color: #FDE135; }
a { background-color: rgb(253,225,53); }
div.DivClassName
{
background-color: #FDE135;
}
.BgClassName
{
background-color: #FDE135;
}
</style>
border-color css
<style>
span { border-color: #FDE135; }
span { border-color: rgb(253,225,53); }
td.TdClassName
{
border-color: #FDE135;
}
.TagClassName
{
border-color: #FDE135;
}
</style>