Shades of Gorse #FDE63F
Tints of Gorse #FDE63F
RGB
CMYK
RGB Variations
Color information
#FDE63F (or 0xFDE63F) is known color: Gorse. HEX triplet: FD, E6 and 3F. RGB value is (253,230,63). Sum of RGB (Red+Green+Blue) = 253+230+63=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 63 (25% from 255 or 11.54% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE63F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE63F is #0219C0. Grayscale: #DADADA. Windows color (decimal): -137665 or 4187901. OLE color: 4187901.
HSL color Cylindrical-coordinate representation of color #FDE63F: hue angle of 52.74º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDE63F is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 63 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.01 |
| HSL | 52.74º | 0.98% | 0.62% | - |
| HSV(B) | 52.74º | 0.75% | 0.99% | - |
| XYZ | 69.7 | 77.84 | 16.05 | - |
| YUV | 217.84 | 40.62 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 63 | 0 | 0.09 | 0.75 | 0.01 | 52.74 | 0.98 | 0.62 |
| Hex | FD | E6 | 3F | 0 | 9 | 4B | 1 | 35 | 62 | 3E |
| Octal | 375 | 346 | 77 | 0 | 11 | 113 | 1 | 65 | 142 | 76 |
| Binary | 11111101 | 11100110 | 111111 | 0 | 1001 | 1001011 | 1 | 110101 | 1100010 | 111110 |
Color Harmonies of #FDE63F
Complementary color
Monochromatic Colors of #FDE63F
Black with #FDE63F
Text Example
Text Example
White with #FDE63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE63F; }
p { color: rgb(253,230,63); }
H1.HeaderClassName
{
color: #FDE63F;
}
.AnyTagClassName
{
color: #FDE63F;
}
</style>
background-color css
<style>
a { background-color: #FDE63F; }
a { background-color: rgb(253,230,63); }
div.DivClassName
{
background-color: #FDE63F;
}
.BgClassName
{
background-color: #FDE63F;
}
</style>
border-color css
<style>
span { border-color: #FDE63F; }
span { border-color: rgb(253,230,63); }
td.TdClassName
{
border-color: #FDE63F;
}
.TagClassName
{
border-color: #FDE63F;
}
</style>