Shades of Gorse #FFD92B
Tints of Gorse #FFD92B
RGB
CMYK
RGB Variations
Color information
#FFD92B (or 0xFFD92B) is known color: Gorse. HEX triplet: FF, D9 and 2B. RGB value is (255,217,43). Sum of RGB (Red+Green+Blue) = 255+217+43=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 43 (17.19% from 255 or 8.35% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD92B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD92B is #0026D4. Grayscale: #D1D1D1. Windows color (decimal): -9941 or 2873855. OLE color: 2873855.
HSL color Cylindrical-coordinate representation of color #FFD92B: hue angle of 49.25º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFD92B is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 43 | - |
| CMYK | 0 | 0.15 | 0.83 | 0 |
| HSL | 49.25º | 1% | 0.58% | - |
| HSV(B) | 49.25º | 0.83% | 1% | - |
| XYZ | 66.49 | 71.06 | 12.5 | - |
| YUV | 208.53 | 34.59 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 43 | 0 | 0.15 | 0.83 | 0 | 49.25 | 1 | 0.58 |
| Hex | FF | D9 | 2B | 0 | F | 53 | 0 | 31 | 64 | 3A |
| Octal | 377 | 331 | 53 | 0 | 17 | 123 | 0 | 61 | 144 | 72 |
| Binary | 11111111 | 11011001 | 101011 | 0 | 1111 | 1010011 | 0 | 110001 | 1100100 | 111010 |
Color Harmonies of #FFD92B
Complementary color
Monochromatic Colors of #FFD92B
Black with #FFD92B
Text Example
Text Example
White with #FFD92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD92B; }
p { color: rgb(255,217,43); }
H1.HeaderClassName
{
color: #FFD92B;
}
.AnyTagClassName
{
color: #FFD92B;
}
</style>
background-color css
<style>
a { background-color: #FFD92B; }
a { background-color: rgb(255,217,43); }
div.DivClassName
{
background-color: #FFD92B;
}
.BgClassName
{
background-color: #FFD92B;
}
</style>
border-color css
<style>
span { border-color: #FFD92B; }
span { border-color: rgb(255,217,43); }
td.TdClassName
{
border-color: #FFD92B;
}
.TagClassName
{
border-color: #FFD92B;
}
</style>