Shades of Gorse #FDED40
Tints of Gorse #FDED40
RGB
CMYK
RGB Variations
Color information
#FDED40 (or 0xFDED40) is known color: Gorse. HEX triplet: FD, ED and 40. RGB value is (253,237,64). Sum of RGB (Red+Green+Blue) = 253+237+64=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 64 (25.39% from 255 or 11.55% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED40 is #0212BF. Grayscale: #DEDEDE. Windows color (decimal): -135872 or 4255229. OLE color: 4255229.
HSL color Cylindrical-coordinate representation of color #FDED40: hue angle of 54.92º 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 #FDED40 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 64 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.01 |
| HSL | 54.92º | 0.98% | 0.62% | - |
| HSV(B) | 54.92º | 0.75% | 0.99% | - |
| XYZ | 71.72 | 81.82 | 16.86 | - |
| YUV | 222.06 | 38.8 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 64 | 0 | 0.06 | 0.75 | 0.01 | 54.92 | 0.98 | 0.62 |
| Hex | FD | ED | 40 | 0 | 6 | 4B | 1 | 37 | 62 | 3E |
| Octal | 375 | 355 | 100 | 0 | 6 | 113 | 1 | 67 | 142 | 76 |
| Binary | 11111101 | 11101101 | 1000000 | 0 | 110 | 1001011 | 1 | 110111 | 1100010 | 111110 |
Color Harmonies of #FDED40
Complementary color
Monochromatic Colors of #FDED40
Black with #FDED40
Text Example
Text Example
White with #FDED40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDED40; }
p { color: rgb(253,237,64); }
H1.HeaderClassName
{
color: #FDED40;
}
.AnyTagClassName
{
color: #FDED40;
}
</style>
background-color css
<style>
a { background-color: #FDED40; }
a { background-color: rgb(253,237,64); }
div.DivClassName
{
background-color: #FDED40;
}
.BgClassName
{
background-color: #FDED40;
}
</style>
border-color css
<style>
span { border-color: #FDED40; }
span { border-color: rgb(253,237,64); }
td.TdClassName
{
border-color: #FDED40;
}
.TagClassName
{
border-color: #FDED40;
}
</style>