Shades of Gorse #FDE63A
Tints of Gorse #FDE63A
RGB
CMYK
RGB Variations
Color information
#FDE63A (or 0xFDE63A) is known color: Gorse. HEX triplet: FD, E6 and 3A. RGB value is (253,230,58). Sum of RGB (Red+Green+Blue) = 253+230+58=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 58 (23.05% from 255 or 10.72% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE63A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE63A is #0219C5. Grayscale: #D9D9D9. Windows color (decimal): -137670 or 3860221. OLE color: 3860221.
HSL color Cylindrical-coordinate representation of color #FDE63A: hue angle of 52.92º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDE63A is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 58 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.01 |
| HSL | 52.92º | 0.98% | 0.61% | - |
| HSV(B) | 52.92º | 0.77% | 0.99% | - |
| XYZ | 69.57 | 77.78 | 15.35 | - |
| YUV | 217.27 | 38.12 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 58 | 0 | 0.09 | 0.77 | 0.01 | 52.92 | 0.98 | 0.61 |
| Hex | FD | E6 | 3A | 0 | 9 | 4D | 1 | 35 | 62 | 3D |
| Octal | 375 | 346 | 72 | 0 | 11 | 115 | 1 | 65 | 142 | 75 |
| Binary | 11111101 | 11100110 | 111010 | 0 | 1001 | 1001101 | 1 | 110101 | 1100010 | 111101 |
Color Harmonies of #FDE63A
Complementary color
Monochromatic Colors of #FDE63A
Black with #FDE63A
Text Example
Text Example
White with #FDE63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE63A; }
p { color: rgb(253,230,58); }
H1.HeaderClassName
{
color: #FDE63A;
}
.AnyTagClassName
{
color: #FDE63A;
}
</style>
background-color css
<style>
a { background-color: #FDE63A; }
a { background-color: rgb(253,230,58); }
div.DivClassName
{
background-color: #FDE63A;
}
.BgClassName
{
background-color: #FDE63A;
}
</style>
border-color css
<style>
span { border-color: #FDE63A; }
span { border-color: rgb(253,230,58); }
td.TdClassName
{
border-color: #FDE63A;
}
.TagClassName
{
border-color: #FDE63A;
}
</style>