Shades of Gorse #FDE930
Tints of Gorse #FDE930
RGB
CMYK
RGB Variations
Color information
#FDE930 (or 0xFDE930) is known color: Gorse. HEX triplet: FD, E9 and 30. RGB value is (253,233,48). Sum of RGB (Red+Green+Blue) = 253+233+48=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 48 (19.14% from 255 or 8.99% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE930 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE930 is #0216CF. Grayscale: #DADADA. Windows color (decimal): -136912 or 3205629. OLE color: 3205629.
HSL color Cylindrical-coordinate representation of color #FDE930: hue angle of 54.15º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDE930 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 48 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.01 |
| HSL | 54.15º | 0.98% | 0.59% | - |
| HSV(B) | 54.15º | 0.81% | 0.99% | - |
| XYZ | 70.18 | 79.37 | 14.42 | - |
| YUV | 217.89 | 32.13 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 48 | 0 | 0.08 | 0.81 | 0.01 | 54.15 | 0.98 | 0.59 |
| Hex | FD | E9 | 30 | 0 | 8 | 51 | 1 | 36 | 62 | 3B |
| Octal | 375 | 351 | 60 | 0 | 10 | 121 | 1 | 66 | 142 | 73 |
| Binary | 11111101 | 11101001 | 110000 | 0 | 1000 | 1010001 | 1 | 110110 | 1100010 | 111011 |
Color Harmonies of #FDE930
Complementary color
Monochromatic Colors of #FDE930
Black with #FDE930
Text Example
Text Example
White with #FDE930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE930; }
p { color: rgb(253,233,48); }
H1.HeaderClassName
{
color: #FDE930;
}
.AnyTagClassName
{
color: #FDE930;
}
</style>
background-color css
<style>
a { background-color: #FDE930; }
a { background-color: rgb(253,233,48); }
div.DivClassName
{
background-color: #FDE930;
}
.BgClassName
{
background-color: #FDE930;
}
</style>
border-color css
<style>
span { border-color: #FDE930; }
span { border-color: rgb(253,233,48); }
td.TdClassName
{
border-color: #FDE930;
}
.TagClassName
{
border-color: #FDE930;
}
</style>