Shades of Gorse #FFD83A
Tints of Gorse #FFD83A
RGB
CMYK
RGB Variations
Color information
#FFD83A (or 0xFFD83A) is known color: Gorse. HEX triplet: FF, D8 and 3A. RGB value is (255,216,58). Sum of RGB (Red+Green+Blue) = 255+216+58=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 58 (23.05% from 255 or 10.96% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD83A is #0027C5. Grayscale: #D2D2D2. Windows color (decimal): -10182 or 3856639. OLE color: 3856639.
HSL color Cylindrical-coordinate representation of color #FFD83A: hue angle of 48.12º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFD83A is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 58 | - |
| CMYK | 0 | 0.15 | 0.77 | 0 |
| HSL | 48.12º | 1% | 0.61% | - |
| HSV(B) | 48.12º | 0.77% | 1% | - |
| XYZ | 66.56 | 70.68 | 14.14 | - |
| YUV | 209.65 | 42.42 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 58 | 0 | 0.15 | 0.77 | 0 | 48.12 | 1 | 0.61 |
| Hex | FF | D8 | 3A | 0 | F | 4D | 0 | 30 | 64 | 3D |
| Octal | 377 | 330 | 72 | 0 | 17 | 115 | 0 | 60 | 144 | 75 |
| Binary | 11111111 | 11011000 | 111010 | 0 | 1111 | 1001101 | 0 | 110000 | 1100100 | 111101 |
Color Harmonies of #FFD83A
Complementary color
Monochromatic Colors of #FFD83A
Black with #FFD83A
Text Example
Text Example
White with #FFD83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD83A; }
p { color: rgb(255,216,58); }
H1.HeaderClassName
{
color: #FFD83A;
}
.AnyTagClassName
{
color: #FFD83A;
}
</style>
background-color css
<style>
a { background-color: #FFD83A; }
a { background-color: rgb(255,216,58); }
div.DivClassName
{
background-color: #FFD83A;
}
.BgClassName
{
background-color: #FFD83A;
}
</style>
border-color css
<style>
span { border-color: #FFD83A; }
span { border-color: rgb(255,216,58); }
td.TdClassName
{
border-color: #FFD83A;
}
.TagClassName
{
border-color: #FFD83A;
}
</style>