Shades of Gorse #FFD92A
Tints of Gorse #FFD92A
RGB
CMYK
RGB Variations
Color information
#FFD92A (or 0xFFD92A) is known color: Gorse. HEX triplet: FF, D9 and 2A. RGB value is (255,217,42). Sum of RGB (Red+Green+Blue) = 255+217+42=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 42 (16.80% from 255 or 8.17% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD92A is #0026D5. Grayscale: #D1D1D1. Windows color (decimal): -9942 or 2808319. OLE color: 2808319.
HSL color Cylindrical-coordinate representation of color #FFD92A: hue angle of 49.3º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFD92A is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 42 | - |
| CMYK | 0 | 0.15 | 0.84 | 0 |
| HSL | 49.3º | 1% | 0.58% | - |
| HSV(B) | 49.3º | 0.84% | 1% | - |
| XYZ | 66.47 | 71.05 | 12.4 | - |
| YUV | 208.41 | 34.09 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 42 | 0 | 0.15 | 0.84 | 0 | 49.3 | 1 | 0.58 |
| Hex | FF | D9 | 2A | 0 | F | 54 | 0 | 31 | 64 | 3A |
| Octal | 377 | 331 | 52 | 0 | 17 | 124 | 0 | 61 | 144 | 72 |
| Binary | 11111111 | 11011001 | 101010 | 0 | 1111 | 1010100 | 0 | 110001 | 1100100 | 111010 |
Color Harmonies of #FFD92A
Complementary color
Monochromatic Colors of #FFD92A
Black with #FFD92A
Text Example
Text Example
White with #FFD92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD92A; }
p { color: rgb(255,217,42); }
H1.HeaderClassName
{
color: #FFD92A;
}
.AnyTagClassName
{
color: #FFD92A;
}
</style>
background-color css
<style>
a { background-color: #FFD92A; }
a { background-color: rgb(255,217,42); }
div.DivClassName
{
background-color: #FFD92A;
}
.BgClassName
{
background-color: #FFD92A;
}
</style>
border-color css
<style>
span { border-color: #FFD92A; }
span { border-color: rgb(255,217,42); }
td.TdClassName
{
border-color: #FFD92A;
}
.TagClassName
{
border-color: #FFD92A;
}
</style>