Shades of Gorse #FDE33D
Tints of Gorse #FDE33D
RGB
CMYK
RGB Variations
Color information
#FDE33D (or 0xFDE33D) is known color: Gorse. HEX triplet: FD, E3 and 3D. RGB value is (253,227,61). Sum of RGB (Red+Green+Blue) = 253+227+61=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 61 (24.22% from 255 or 11.28% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE33D is #021CC2. Grayscale: #D8D8D8. Windows color (decimal): -138435 or 4056061. OLE color: 4056061.
HSL color Cylindrical-coordinate representation of color #FDE33D: hue angle of 51.88º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDE33D is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 61 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.01 |
| HSL | 51.88º | 0.98% | 0.62% | - |
| HSV(B) | 51.88º | 0.76% | 0.99% | - |
| XYZ | 68.82 | 76.16 | 15.49 | - |
| YUV | 215.85 | 40.61 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 61 | 0 | 0.10 | 0.76 | 0.01 | 51.88 | 0.98 | 0.62 |
| Hex | FD | E3 | 3D | 0 | A | 4C | 1 | 34 | 62 | 3E |
| Octal | 375 | 343 | 75 | 0 | 12 | 114 | 1 | 64 | 142 | 76 |
| Binary | 11111101 | 11100011 | 111101 | 0 | 1010 | 1001100 | 1 | 110100 | 1100010 | 111110 |
Color Harmonies of #FDE33D
Complementary color
Monochromatic Colors of #FDE33D
Black with #FDE33D
Text Example
Text Example
White with #FDE33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE33D; }
p { color: rgb(253,227,61); }
H1.HeaderClassName
{
color: #FDE33D;
}
.AnyTagClassName
{
color: #FDE33D;
}
</style>
background-color css
<style>
a { background-color: #FDE33D; }
a { background-color: rgb(253,227,61); }
div.DivClassName
{
background-color: #FDE33D;
}
.BgClassName
{
background-color: #FDE33D;
}
</style>
border-color css
<style>
span { border-color: #FDE33D; }
span { border-color: rgb(253,227,61); }
td.TdClassName
{
border-color: #FDE33D;
}
.TagClassName
{
border-color: #FDE33D;
}
</style>