Shades of Gorse #FDE640
Tints of Gorse #FDE640
RGB
CMYK
RGB Variations
Color information
#FDE640 (or 0xFDE640) is known color: Gorse. HEX triplet: FD, E6 and 40. RGB value is (253,230,64). Sum of RGB (Red+Green+Blue) = 253+230+64=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 64 (25.39% from 255 or 11.70% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE640 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE640 is #0219BF. Grayscale: #DADADA. Windows color (decimal): -137664 or 4253437. OLE color: 4253437.
HSL color Cylindrical-coordinate representation of color #FDE640: hue angle of 52.7º 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 #FDE640 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 64 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.01 |
| HSL | 52.7º | 0.98% | 0.62% | - |
| HSV(B) | 52.7º | 0.75% | 0.99% | - |
| XYZ | 69.73 | 77.85 | 16.2 | - |
| YUV | 217.95 | 41.12 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 64 | 0 | 0.09 | 0.75 | 0.01 | 52.7 | 0.98 | 0.62 |
| Hex | FD | E6 | 40 | 0 | 9 | 4B | 1 | 35 | 62 | 3E |
| Octal | 375 | 346 | 100 | 0 | 11 | 113 | 1 | 65 | 142 | 76 |
| Binary | 11111101 | 11100110 | 1000000 | 0 | 1001 | 1001011 | 1 | 110101 | 1100010 | 111110 |
Color Harmonies of #FDE640
Complementary color
Monochromatic Colors of #FDE640
Black with #FDE640
Text Example
Text Example
White with #FDE640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE640; }
p { color: rgb(253,230,64); }
H1.HeaderClassName
{
color: #FDE640;
}
.AnyTagClassName
{
color: #FDE640;
}
</style>
background-color css
<style>
a { background-color: #FDE640; }
a { background-color: rgb(253,230,64); }
div.DivClassName
{
background-color: #FDE640;
}
.BgClassName
{
background-color: #FDE640;
}
</style>
border-color css
<style>
span { border-color: #FDE640; }
span { border-color: rgb(253,230,64); }
td.TdClassName
{
border-color: #FDE640;
}
.TagClassName
{
border-color: #FDE640;
}
</style>