Shades of Gorse #FDD83D
Tints of Gorse #FDD83D
RGB
CMYK
RGB Variations
Color information
#FDD83D (or 0xFDD83D) is known color: Gorse. HEX triplet: FD, D8 and 3D. RGB value is (253,216,61). Sum of RGB (Red+Green+Blue) = 253+216+61=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 61 (24.22% from 255 or 11.51% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD83D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD83D is #0227C2. Grayscale: #D2D2D2. Windows color (decimal): -141251 or 4053245. OLE color: 4053245.
HSL color Cylindrical-coordinate representation of color #FDD83D: hue angle of 48.44º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDD83D is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 61 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.01 |
| HSL | 48.44º | 0.98% | 0.62% | - |
| HSV(B) | 48.44º | 0.76% | 0.99% | - |
| XYZ | 65.91 | 70.33 | 14.52 | - |
| YUV | 209.39 | 44.26 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 61 | 0 | 0.15 | 0.76 | 0.01 | 48.44 | 0.98 | 0.62 |
| Hex | FD | D8 | 3D | 0 | F | 4C | 1 | 30 | 62 | 3E |
| Octal | 375 | 330 | 75 | 0 | 17 | 114 | 1 | 60 | 142 | 76 |
| Binary | 11111101 | 11011000 | 111101 | 0 | 1111 | 1001100 | 1 | 110000 | 1100010 | 111110 |
Color Harmonies of #FDD83D
Complementary color
Monochromatic Colors of #FDD83D
Black with #FDD83D
Text Example
Text Example
White with #FDD83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD83D; }
p { color: rgb(253,216,61); }
H1.HeaderClassName
{
color: #FDD83D;
}
.AnyTagClassName
{
color: #FDD83D;
}
</style>
background-color css
<style>
a { background-color: #FDD83D; }
a { background-color: rgb(253,216,61); }
div.DivClassName
{
background-color: #FDD83D;
}
.BgClassName
{
background-color: #FDD83D;
}
</style>
border-color css
<style>
span { border-color: #FDD83D; }
span { border-color: rgb(253,216,61); }
td.TdClassName
{
border-color: #FDD83D;
}
.TagClassName
{
border-color: #FDD83D;
}
</style>