Shades of Gorse #FDDE3E
Tints of Gorse #FDDE3E
RGB
CMYK
RGB Variations
Color information
#FDDE3E (or 0xFDDE3E) is known color: Gorse. HEX triplet: FD, DE and 3E. RGB value is (253,222,62). Sum of RGB (Red+Green+Blue) = 253+222+62=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 62 (24.61% from 255 or 11.55% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE3E is #0221C1. Grayscale: #D5D5D5. Windows color (decimal): -139714 or 4120317. OLE color: 4120317.
HSL color Cylindrical-coordinate representation of color #FDDE3E: hue angle of 50.26º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDDE3E is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 62 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.01 |
| HSL | 50.26º | 0.98% | 0.62% | - |
| HSV(B) | 50.26º | 0.75% | 0.99% | - |
| XYZ | 67.5 | 73.47 | 15.18 | - |
| YUV | 213.03 | 42.77 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 62 | 0 | 0.12 | 0.75 | 0.01 | 50.26 | 0.98 | 0.62 |
| Hex | FD | DE | 3E | 0 | C | 4B | 1 | 32 | 62 | 3E |
| Octal | 375 | 336 | 76 | 0 | 14 | 113 | 1 | 62 | 142 | 76 |
| Binary | 11111101 | 11011110 | 111110 | 0 | 1100 | 1001011 | 1 | 110010 | 1100010 | 111110 |
Color Harmonies of #FDDE3E
Complementary color
Monochromatic Colors of #FDDE3E
Black with #FDDE3E
Text Example
Text Example
White with #FDDE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDE3E; }
p { color: rgb(253,222,62); }
H1.HeaderClassName
{
color: #FDDE3E;
}
.AnyTagClassName
{
color: #FDDE3E;
}
</style>
background-color css
<style>
a { background-color: #FDDE3E; }
a { background-color: rgb(253,222,62); }
div.DivClassName
{
background-color: #FDDE3E;
}
.BgClassName
{
background-color: #FDDE3E;
}
</style>
border-color css
<style>
span { border-color: #FDDE3E; }
span { border-color: rgb(253,222,62); }
td.TdClassName
{
border-color: #FDDE3E;
}
.TagClassName
{
border-color: #FDDE3E;
}
</style>