Shades of Gorse #FDD840
Tints of Gorse #FDD840
RGB
CMYK
RGB Variations
Color information
#FDD840 (or 0xFDD840) is known color: Gorse. HEX triplet: FD, D8 and 40. RGB value is (253,216,64). Sum of RGB (Red+Green+Blue) = 253+216+64=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 64 (25.39% from 255 or 12.01% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD840 is #0227BF. Grayscale: #D2D2D2. Windows color (decimal): -141248 or 4249853. OLE color: 4249853.
HSL color Cylindrical-coordinate representation of color #FDD840: hue angle of 48.25º 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 #FDD840 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 64 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.01 |
| HSL | 48.25º | 0.98% | 0.62% | - |
| HSV(B) | 48.25º | 0.75% | 0.99% | - |
| XYZ | 65.99 | 70.36 | 14.95 | - |
| YUV | 209.74 | 45.76 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 64 | 0 | 0.15 | 0.75 | 0.01 | 48.25 | 0.98 | 0.62 |
| Hex | FD | D8 | 40 | 0 | F | 4B | 1 | 30 | 62 | 3E |
| Octal | 375 | 330 | 100 | 0 | 17 | 113 | 1 | 60 | 142 | 76 |
| Binary | 11111101 | 11011000 | 1000000 | 0 | 1111 | 1001011 | 1 | 110000 | 1100010 | 111110 |
Color Harmonies of #FDD840
Complementary color
Monochromatic Colors of #FDD840
Black with #FDD840
Text Example
Text Example
White with #FDD840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD840; }
p { color: rgb(253,216,64); }
H1.HeaderClassName
{
color: #FDD840;
}
.AnyTagClassName
{
color: #FDD840;
}
</style>
background-color css
<style>
a { background-color: #FDD840; }
a { background-color: rgb(253,216,64); }
div.DivClassName
{
background-color: #FDD840;
}
.BgClassName
{
background-color: #FDD840;
}
</style>
border-color css
<style>
span { border-color: #FDD840; }
span { border-color: rgb(253,216,64); }
td.TdClassName
{
border-color: #FDD840;
}
.TagClassName
{
border-color: #FDD840;
}
</style>