Shades of Gorse #FFD930
Tints of Gorse #FFD930
RGB
CMYK
RGB Variations
Color information
#FFD930 (or 0xFFD930) is known color: Gorse. HEX triplet: FF, D9 and 30. RGB value is (255,217,48). Sum of RGB (Red+Green+Blue) = 255+217+48=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 48 (19.14% from 255 or 9.23% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD930 is #0026CF. Grayscale: #D1D1D1. Windows color (decimal): -9936 or 3201535. OLE color: 3201535.
HSL color Cylindrical-coordinate representation of color #FFD930: hue angle of 48.99º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFD930 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 48 | - |
| CMYK | 0 | 0.15 | 0.81 | 0 |
| HSL | 48.99º | 1% | 0.59% | - |
| HSV(B) | 48.99º | 0.81% | 1% | - |
| XYZ | 66.59 | 71.1 | 13.01 | - |
| YUV | 209.1 | 37.09 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 48 | 0 | 0.15 | 0.81 | 0 | 48.99 | 1 | 0.59 |
| Hex | FF | D9 | 30 | 0 | F | 51 | 0 | 31 | 64 | 3B |
| Octal | 377 | 331 | 60 | 0 | 17 | 121 | 0 | 61 | 144 | 73 |
| Binary | 11111111 | 11011001 | 110000 | 0 | 1111 | 1010001 | 0 | 110001 | 1100100 | 111011 |
Color Harmonies of #FFD930
Complementary color
Monochromatic Colors of #FFD930
Black with #FFD930
Text Example
Text Example
White with #FFD930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD930; }
p { color: rgb(255,217,48); }
H1.HeaderClassName
{
color: #FFD930;
}
.AnyTagClassName
{
color: #FFD930;
}
</style>
background-color css
<style>
a { background-color: #FFD930; }
a { background-color: rgb(255,217,48); }
div.DivClassName
{
background-color: #FFD930;
}
.BgClassName
{
background-color: #FFD930;
}
</style>
border-color css
<style>
span { border-color: #FFD930; }
span { border-color: rgb(255,217,48); }
td.TdClassName
{
border-color: #FFD930;
}
.TagClassName
{
border-color: #FFD930;
}
</style>