Shades of Gorse #FFD83B
Tints of Gorse #FFD83B
RGB
CMYK
RGB Variations
Color information
#FFD83B (or 0xFFD83B) is known color: Gorse. HEX triplet: FF, D8 and 3B. RGB value is (255,216,59). Sum of RGB (Red+Green+Blue) = 255+216+59=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 59 (23.44% from 255 or 11.13% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD83B is #0027C4. Grayscale: #D2D2D2. Windows color (decimal): -10181 or 3922175. OLE color: 3922175.
HSL color Cylindrical-coordinate representation of color #FFD83B: hue angle of 48.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFD83B is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 59 | - |
| CMYK | 0 | 0.15 | 0.77 | 0 |
| HSL | 48.06º | 1% | 0.62% | - |
| HSV(B) | 48.06º | 0.77% | 1% | - |
| XYZ | 66.59 | 70.69 | 14.27 | - |
| YUV | 209.76 | 42.92 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 59 | 0 | 0.15 | 0.77 | 0 | 48.06 | 1 | 0.62 |
| Hex | FF | D8 | 3B | 0 | F | 4D | 0 | 30 | 64 | 3E |
| Octal | 377 | 330 | 73 | 0 | 17 | 115 | 0 | 60 | 144 | 76 |
| Binary | 11111111 | 11011000 | 111011 | 0 | 1111 | 1001101 | 0 | 110000 | 1100100 | 111110 |
Color Harmonies of #FFD83B
Complementary color
Monochromatic Colors of #FFD83B
Black with #FFD83B
Text Example
Text Example
White with #FFD83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD83B; }
p { color: rgb(255,216,59); }
H1.HeaderClassName
{
color: #FFD83B;
}
.AnyTagClassName
{
color: #FFD83B;
}
</style>
background-color css
<style>
a { background-color: #FFD83B; }
a { background-color: rgb(255,216,59); }
div.DivClassName
{
background-color: #FFD83B;
}
.BgClassName
{
background-color: #FFD83B;
}
</style>
border-color css
<style>
span { border-color: #FFD83B; }
span { border-color: rgb(255,216,59); }
td.TdClassName
{
border-color: #FFD83B;
}
.TagClassName
{
border-color: #FFD83B;
}
</style>