Shades of Gorse #FDD82D
Tints of Gorse #FDD82D
RGB
CMYK
RGB Variations
Color information
#FDD82D (or 0xFDD82D) is known color: Gorse. HEX triplet: FD, D8 and 2D. RGB value is (253,216,45). Sum of RGB (Red+Green+Blue) = 253+216+45=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 45 (17.97% from 255 or 8.75% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD82D is #0227D2. Grayscale: #D0D0D0. Windows color (decimal): -141267 or 3004669. OLE color: 3004669.
HSL color Cylindrical-coordinate representation of color #FDD82D: hue angle of 49.33º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDD82D is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 45 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.01 |
| HSL | 49.33º | 0.98% | 0.58% | - |
| HSV(B) | 49.33º | 0.82% | 0.99% | - |
| XYZ | 65.54 | 70.18 | 12.58 | - |
| YUV | 207.57 | 36.26 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 45 | 0 | 0.15 | 0.82 | 0.01 | 49.33 | 0.98 | 0.58 |
| Hex | FD | D8 | 2D | 0 | F | 52 | 1 | 31 | 62 | 3A |
| Octal | 375 | 330 | 55 | 0 | 17 | 122 | 1 | 61 | 142 | 72 |
| Binary | 11111101 | 11011000 | 101101 | 0 | 1111 | 1010010 | 1 | 110001 | 1100010 | 111010 |
Color Harmonies of #FDD82D
Complementary color
Monochromatic Colors of #FDD82D
Black with #FDD82D
Text Example
Text Example
White with #FDD82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD82D; }
p { color: rgb(253,216,45); }
H1.HeaderClassName
{
color: #FDD82D;
}
.AnyTagClassName
{
color: #FDD82D;
}
</style>
background-color css
<style>
a { background-color: #FDD82D; }
a { background-color: rgb(253,216,45); }
div.DivClassName
{
background-color: #FDD82D;
}
.BgClassName
{
background-color: #FDD82D;
}
</style>
border-color css
<style>
span { border-color: #FDD82D; }
span { border-color: rgb(253,216,45); }
td.TdClassName
{
border-color: #FDD82D;
}
.TagClassName
{
border-color: #FDD82D;
}
</style>