Shades of Gorse #FDDE40
Tints of Gorse #FDDE40
RGB
CMYK
RGB Variations
Color information
#FDDE40 (or 0xFDDE40) is known color: Gorse. HEX triplet: FD, DE and 40. RGB value is (253,222,64). Sum of RGB (Red+Green+Blue) = 253+222+64=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 64 (25.39% from 255 or 11.87% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE40 is #0221BF. Grayscale: #D5D5D5. Windows color (decimal): -139712 or 4251389. OLE color: 4251389.
HSL color Cylindrical-coordinate representation of color #FDDE40: hue angle of 50.16º 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 #FDDE40 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 64 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.01 |
| HSL | 50.16º | 0.98% | 0.62% | - |
| HSV(B) | 50.16º | 0.75% | 0.99% | - |
| XYZ | 67.55 | 73.5 | 15.48 | - |
| YUV | 213.26 | 43.77 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 64 | 0 | 0.12 | 0.75 | 0.01 | 50.16 | 0.98 | 0.62 |
| Hex | FD | DE | 40 | 0 | C | 4B | 1 | 32 | 62 | 3E |
| Octal | 375 | 336 | 100 | 0 | 14 | 113 | 1 | 62 | 142 | 76 |
| Binary | 11111101 | 11011110 | 1000000 | 0 | 1100 | 1001011 | 1 | 110010 | 1100010 | 111110 |
Color Harmonies of #FDDE40
Complementary color
Monochromatic Colors of #FDDE40
Black with #FDDE40
Text Example
Text Example
White with #FDDE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDE40; }
p { color: rgb(253,222,64); }
H1.HeaderClassName
{
color: #FDDE40;
}
.AnyTagClassName
{
color: #FDDE40;
}
</style>
background-color css
<style>
a { background-color: #FDDE40; }
a { background-color: rgb(253,222,64); }
div.DivClassName
{
background-color: #FDDE40;
}
.BgClassName
{
background-color: #FDDE40;
}
</style>
border-color css
<style>
span { border-color: #FDDE40; }
span { border-color: rgb(253,222,64); }
td.TdClassName
{
border-color: #FDDE40;
}
.TagClassName
{
border-color: #FDDE40;
}
</style>