Shades of Gorse #FFD92D
Tints of Gorse #FFD92D
RGB
CMYK
RGB Variations
Color information
#FFD92D (or 0xFFD92D) is known color: Gorse. HEX triplet: FF, D9 and 2D. RGB value is (255,217,45). Sum of RGB (Red+Green+Blue) = 255+217+45=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 45 (17.97% from 255 or 8.70% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD92D is #0026D2. Grayscale: #D1D1D1. Windows color (decimal): -9939 or 3004927. OLE color: 3004927.
HSL color Cylindrical-coordinate representation of color #FFD92D: hue angle of 49.14º 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 #FFD92D is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 45 | - |
| CMYK | 0 | 0.15 | 0.82 | 0 |
| HSL | 49.14º | 1% | 0.59% | - |
| HSV(B) | 49.14º | 0.82% | 1% | - |
| XYZ | 66.53 | 71.08 | 12.7 | - |
| YUV | 208.75 | 35.59 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 45 | 0 | 0.15 | 0.82 | 0 | 49.14 | 1 | 0.59 |
| Hex | FF | D9 | 2D | 0 | F | 52 | 0 | 31 | 64 | 3B |
| Octal | 377 | 331 | 55 | 0 | 17 | 122 | 0 | 61 | 144 | 73 |
| Binary | 11111111 | 11011001 | 101101 | 0 | 1111 | 1010010 | 0 | 110001 | 1100100 | 111011 |
Color Harmonies of #FFD92D
Complementary color
Monochromatic Colors of #FFD92D
Black with #FFD92D
Text Example
Text Example
White with #FFD92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD92D; }
p { color: rgb(255,217,45); }
H1.HeaderClassName
{
color: #FFD92D;
}
.AnyTagClassName
{
color: #FFD92D;
}
</style>
background-color css
<style>
a { background-color: #FFD92D; }
a { background-color: rgb(255,217,45); }
div.DivClassName
{
background-color: #FFD92D;
}
.BgClassName
{
background-color: #FFD92D;
}
</style>
border-color css
<style>
span { border-color: #FFD92D; }
span { border-color: rgb(255,217,45); }
td.TdClassName
{
border-color: #FFD92D;
}
.TagClassName
{
border-color: #FFD92D;
}
</style>