Shades of Gorse #FFD83E
Tints of Gorse #FFD83E
RGB
CMYK
RGB Variations
Color information
#FFD83E (or 0xFFD83E) is known color: Gorse. HEX triplet: FF, D8 and 3E. RGB value is (255,216,62). Sum of RGB (Red+Green+Blue) = 255+216+62=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 62 (24.61% from 255 or 11.63% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD83E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD83E is #0027C1. Grayscale: #D2D2D2. Windows color (decimal): -10178 or 4118783. OLE color: 4118783.
HSL color Cylindrical-coordinate representation of color #FFD83E: hue angle of 47.88º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFD83E is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 62 | - |
| CMYK | 0 | 0.15 | 0.76 | 0 |
| HSL | 47.88º | 1% | 0.62% | - |
| HSV(B) | 47.88º | 0.76% | 1% | - |
| XYZ | 66.67 | 70.72 | 14.69 | - |
| YUV | 210.11 | 44.42 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 62 | 0 | 0.15 | 0.76 | 0 | 47.88 | 1 | 0.62 |
| Hex | FF | D8 | 3E | 0 | F | 4C | 0 | 30 | 64 | 3E |
| Octal | 377 | 330 | 76 | 0 | 17 | 114 | 0 | 60 | 144 | 76 |
| Binary | 11111111 | 11011000 | 111110 | 0 | 1111 | 1001100 | 0 | 110000 | 1100100 | 111110 |
Color Harmonies of #FFD83E
Complementary color
Monochromatic Colors of #FFD83E
Black with #FFD83E
Text Example
Text Example
White with #FFD83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD83E; }
p { color: rgb(255,216,62); }
H1.HeaderClassName
{
color: #FFD83E;
}
.AnyTagClassName
{
color: #FFD83E;
}
</style>
background-color css
<style>
a { background-color: #FFD83E; }
a { background-color: rgb(255,216,62); }
div.DivClassName
{
background-color: #FFD83E;
}
.BgClassName
{
background-color: #FFD83E;
}
</style>
border-color css
<style>
span { border-color: #FFD83E; }
span { border-color: rgb(255,216,62); }
td.TdClassName
{
border-color: #FFD83E;
}
.TagClassName
{
border-color: #FFD83E;
}
</style>