Shades of Gorse #FDE133
Tints of Gorse #FDE133
RGB
CMYK
RGB Variations
Color information
#FDE133 (or 0xFDE133) is known color: Gorse. HEX triplet: FD, E1 and 33. RGB value is (253,225,51). Sum of RGB (Red+Green+Blue) = 253+225+51=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 51 (20.31% from 255 or 9.64% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE133 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE133 is #021ECC. Grayscale: #D6D6D6. Windows color (decimal): -138957 or 3400189. OLE color: 3400189.
HSL color Cylindrical-coordinate representation of color #FDE133: hue angle of 51.68º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDE133 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 51 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.01 |
| HSL | 51.68º | 0.98% | 0.6% | - |
| HSV(B) | 51.68º | 0.8% | 0.99% | - |
| XYZ | 68.03 | 74.97 | 14.02 | - |
| YUV | 213.54 | 36.28 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 51 | 0 | 0.11 | 0.80 | 0.01 | 51.68 | 0.98 | 0.6 |
| Hex | FD | E1 | 33 | 0 | B | 50 | 1 | 34 | 62 | 3C |
| Octal | 375 | 341 | 63 | 0 | 13 | 120 | 1 | 64 | 142 | 74 |
| Binary | 11111101 | 11100001 | 110011 | 0 | 1011 | 1010000 | 1 | 110100 | 1100010 | 111100 |
Color Harmonies of #FDE133
Complementary color
Monochromatic Colors of #FDE133
Black with #FDE133
Text Example
Text Example
White with #FDE133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE133; }
p { color: rgb(253,225,51); }
H1.HeaderClassName
{
color: #FDE133;
}
.AnyTagClassName
{
color: #FDE133;
}
</style>
background-color css
<style>
a { background-color: #FDE133; }
a { background-color: rgb(253,225,51); }
div.DivClassName
{
background-color: #FDE133;
}
.BgClassName
{
background-color: #FDE133;
}
</style>
border-color css
<style>
span { border-color: #FDE133; }
span { border-color: rgb(253,225,51); }
td.TdClassName
{
border-color: #FDE133;
}
.TagClassName
{
border-color: #FDE133;
}
</style>