Shades of Gorse #FFD92E
Tints of Gorse #FFD92E
RGB
CMYK
RGB Variations
Color information
#FFD92E (or 0xFFD92E) is known color: Gorse. HEX triplet: FF, D9 and 2E. RGB value is (255,217,46). Sum of RGB (Red+Green+Blue) = 255+217+46=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 46 (18.36% from 255 or 8.88% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD92E is #0026D1. Grayscale: #D1D1D1. Windows color (decimal): -9938 or 3070463. OLE color: 3070463.
HSL color Cylindrical-coordinate representation of color #FFD92E: hue angle of 49.09º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFD92E is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 46 | - |
| CMYK | 0 | 0.15 | 0.82 | 0 |
| HSL | 49.09º | 1% | 0.59% | - |
| HSV(B) | 49.09º | 0.82% | 1% | - |
| XYZ | 66.55 | 71.08 | 12.8 | - |
| YUV | 208.87 | 36.09 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 46 | 0 | 0.15 | 0.82 | 0 | 49.09 | 1 | 0.59 |
| Hex | FF | D9 | 2E | 0 | F | 52 | 0 | 31 | 64 | 3B |
| Octal | 377 | 331 | 56 | 0 | 17 | 122 | 0 | 61 | 144 | 73 |
| Binary | 11111111 | 11011001 | 101110 | 0 | 1111 | 1010010 | 0 | 110001 | 1100100 | 111011 |
Color Harmonies of #FFD92E
Complementary color
Monochromatic Colors of #FFD92E
Black with #FFD92E
Text Example
Text Example
White with #FFD92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD92E; }
p { color: rgb(255,217,46); }
H1.HeaderClassName
{
color: #FFD92E;
}
.AnyTagClassName
{
color: #FFD92E;
}
</style>
background-color css
<style>
a { background-color: #FFD92E; }
a { background-color: rgb(255,217,46); }
div.DivClassName
{
background-color: #FFD92E;
}
.BgClassName
{
background-color: #FFD92E;
}
</style>
border-color css
<style>
span { border-color: #FFD92E; }
span { border-color: rgb(255,217,46); }
td.TdClassName
{
border-color: #FFD92E;
}
.TagClassName
{
border-color: #FFD92E;
}
</style>