Shades of Gorse #FDE633
Tints of Gorse #FDE633
RGB
CMYK
RGB Variations
Color information
#FDE633 (or 0xFDE633) is known color: Gorse. HEX triplet: FD, E6 and 33. RGB value is (253,230,51). Sum of RGB (Red+Green+Blue) = 253+230+51=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 51 (20.31% from 255 or 9.55% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE633 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE633 is #0219CC. Grayscale: #D9D9D9. Windows color (decimal): -137677 or 3401469. OLE color: 3401469.
HSL color Cylindrical-coordinate representation of color #FDE633: hue angle of 53.17º 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 #FDE633 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 51 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.01 |
| HSL | 53.17º | 0.98% | 0.6% | - |
| HSV(B) | 53.17º | 0.8% | 0.99% | - |
| XYZ | 69.4 | 77.72 | 14.47 | - |
| YUV | 216.47 | 34.62 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 51 | 0 | 0.09 | 0.80 | 0.01 | 53.17 | 0.98 | 0.6 |
| Hex | FD | E6 | 33 | 0 | 9 | 50 | 1 | 35 | 62 | 3C |
| Octal | 375 | 346 | 63 | 0 | 11 | 120 | 1 | 65 | 142 | 74 |
| Binary | 11111101 | 11100110 | 110011 | 0 | 1001 | 1010000 | 1 | 110101 | 1100010 | 111100 |
Color Harmonies of #FDE633
Complementary color
Monochromatic Colors of #FDE633
Black with #FDE633
Text Example
Text Example
White with #FDE633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE633; }
p { color: rgb(253,230,51); }
H1.HeaderClassName
{
color: #FDE633;
}
.AnyTagClassName
{
color: #FDE633;
}
</style>
background-color css
<style>
a { background-color: #FDE633; }
a { background-color: rgb(253,230,51); }
div.DivClassName
{
background-color: #FDE633;
}
.BgClassName
{
background-color: #FDE633;
}
</style>
border-color css
<style>
span { border-color: #FDE633; }
span { border-color: rgb(253,230,51); }
td.TdClassName
{
border-color: #FDE633;
}
.TagClassName
{
border-color: #FDE633;
}
</style>