Shades of Gorse #FDEA40
Tints of Gorse #FDEA40
RGB
CMYK
RGB Variations
Color information
#FDEA40 (or 0xFDEA40) is known color: Gorse. HEX triplet: FD, EA and 40. RGB value is (253,234,64). Sum of RGB (Red+Green+Blue) = 253+234+64=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 64 (25.39% from 255 or 11.62% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEA40 is #0215BF. Grayscale: #DCDCDC. Windows color (decimal): -136640 or 4254461. OLE color: 4254461.
HSL color Cylindrical-coordinate representation of color #FDEA40: hue angle of 53.97º 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 #FDEA40 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 64 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.01 |
| HSL | 53.97º | 0.98% | 0.62% | - |
| HSV(B) | 53.97º | 0.75% | 0.99% | - |
| XYZ | 70.86 | 80.1 | 16.58 | - |
| YUV | 220.3 | 39.79 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 64 | 0 | 0.08 | 0.75 | 0.01 | 53.97 | 0.98 | 0.62 |
| Hex | FD | EA | 40 | 0 | 8 | 4B | 1 | 36 | 62 | 3E |
| Octal | 375 | 352 | 100 | 0 | 10 | 113 | 1 | 66 | 142 | 76 |
| Binary | 11111101 | 11101010 | 1000000 | 0 | 1000 | 1001011 | 1 | 110110 | 1100010 | 111110 |
Color Harmonies of #FDEA40
Complementary color
Monochromatic Colors of #FDEA40
Black with #FDEA40
Text Example
Text Example
White with #FDEA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEA40; }
p { color: rgb(253,234,64); }
H1.HeaderClassName
{
color: #FDEA40;
}
.AnyTagClassName
{
color: #FDEA40;
}
</style>
background-color css
<style>
a { background-color: #FDEA40; }
a { background-color: rgb(253,234,64); }
div.DivClassName
{
background-color: #FDEA40;
}
.BgClassName
{
background-color: #FDEA40;
}
</style>
border-color css
<style>
span { border-color: #FDEA40; }
span { border-color: rgb(253,234,64); }
td.TdClassName
{
border-color: #FDEA40;
}
.TagClassName
{
border-color: #FDEA40;
}
</style>