Shades of Gorse #FDD741
Tints of Gorse #FDD741
RGB
CMYK
RGB Variations
Color information
#FDD741 (or 0xFDD741) is known color: Gorse. HEX triplet: FD, D7 and 41. RGB value is (253,215,65). Sum of RGB (Red+Green+Blue) = 253+215+65=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 65 (25.78% from 255 or 12.20% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD741 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD741 is #0228BE. Grayscale: #D1D1D1. Windows color (decimal): -141503 or 4315133. OLE color: 4315133.
HSL color Cylindrical-coordinate representation of color #FDD741: hue angle of 47.87º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDD741 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 65 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.01 |
| HSL | 47.87º | 0.98% | 0.62% | - |
| HSV(B) | 47.87º | 0.74% | 0.99% | - |
| XYZ | 65.76 | 69.87 | 15.02 | - |
| YUV | 209.26 | 46.59 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 65 | 0 | 0.15 | 0.74 | 0.01 | 47.87 | 0.98 | 0.62 |
| Hex | FD | D7 | 41 | 0 | F | 4A | 1 | 30 | 62 | 3E |
| Octal | 375 | 327 | 101 | 0 | 17 | 112 | 1 | 60 | 142 | 76 |
| Binary | 11111101 | 11010111 | 1000001 | 0 | 1111 | 1001010 | 1 | 110000 | 1100010 | 111110 |
Color Harmonies of #FDD741
Complementary color
Monochromatic Colors of #FDD741
Black with #FDD741
Text Example
Text Example
White with #FDD741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD741; }
p { color: rgb(253,215,65); }
H1.HeaderClassName
{
color: #FDD741;
}
.AnyTagClassName
{
color: #FDD741;
}
</style>
background-color css
<style>
a { background-color: #FDD741; }
a { background-color: rgb(253,215,65); }
div.DivClassName
{
background-color: #FDD741;
}
.BgClassName
{
background-color: #FDD741;
}
</style>
border-color css
<style>
span { border-color: #FDD741; }
span { border-color: rgb(253,215,65); }
td.TdClassName
{
border-color: #FDD741;
}
.TagClassName
{
border-color: #FDD741;
}
</style>