Shades of Gorse #FDE333
Tints of Gorse #FDE333
RGB
CMYK
RGB Variations
Color information
#FDE333 (or 0xFDE333) is known color: Gorse. HEX triplet: FD, E3 and 33. RGB value is (253,227,51). Sum of RGB (Red+Green+Blue) = 253+227+51=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 51 (20.31% from 255 or 9.60% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE333 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE333 is #021CCC. Grayscale: #D7D7D7. Windows color (decimal): -138445 or 3400701. OLE color: 3400701.
HSL color Cylindrical-coordinate representation of color #FDE333: hue angle of 52.28º 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 #FDE333 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 51 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.01 |
| HSL | 52.28º | 0.98% | 0.6% | - |
| HSV(B) | 52.28º | 0.8% | 0.99% | - |
| XYZ | 68.57 | 76.06 | 14.2 | - |
| YUV | 214.71 | 35.61 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 51 | 0 | 0.10 | 0.80 | 0.01 | 52.28 | 0.98 | 0.6 |
| Hex | FD | E3 | 33 | 0 | A | 50 | 1 | 34 | 62 | 3C |
| Octal | 375 | 343 | 63 | 0 | 12 | 120 | 1 | 64 | 142 | 74 |
| Binary | 11111101 | 11100011 | 110011 | 0 | 1010 | 1010000 | 1 | 110100 | 1100010 | 111100 |
Color Harmonies of #FDE333
Complementary color
Monochromatic Colors of #FDE333
Black with #FDE333
Text Example
Text Example
White with #FDE333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE333; }
p { color: rgb(253,227,51); }
H1.HeaderClassName
{
color: #FDE333;
}
.AnyTagClassName
{
color: #FDE333;
}
</style>
background-color css
<style>
a { background-color: #FDE333; }
a { background-color: rgb(253,227,51); }
div.DivClassName
{
background-color: #FDE333;
}
.BgClassName
{
background-color: #FDE333;
}
</style>
border-color css
<style>
span { border-color: #FDE333; }
span { border-color: rgb(253,227,51); }
td.TdClassName
{
border-color: #FDE333;
}
.TagClassName
{
border-color: #FDE333;
}
</style>