Shades of Gorse #FDD941
Tints of Gorse #FDD941
RGB
CMYK
RGB Variations
Color information
#FDD941 (or 0xFDD941) is known color: Gorse. HEX triplet: FD, D9 and 41. RGB value is (253,217,65). Sum of RGB (Red+Green+Blue) = 253+217+65=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 65 (25.78% from 255 or 12.15% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD941 is #0226BE. Grayscale: #D3D3D3. Windows color (decimal): -140991 or 4315645. OLE color: 4315645.
HSL color Cylindrical-coordinate representation of color #FDD941: hue angle of 48.51º 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 #FDD941 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 65 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.01 |
| HSL | 48.51º | 0.98% | 0.62% | - |
| HSV(B) | 48.51º | 0.74% | 0.99% | - |
| XYZ | 66.28 | 70.89 | 15.19 | - |
| YUV | 210.44 | 45.93 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 65 | 0 | 0.14 | 0.74 | 0.01 | 48.51 | 0.98 | 0.62 |
| Hex | FD | D9 | 41 | 0 | E | 4A | 1 | 31 | 62 | 3E |
| Octal | 375 | 331 | 101 | 0 | 16 | 112 | 1 | 61 | 142 | 76 |
| Binary | 11111101 | 11011001 | 1000001 | 0 | 1110 | 1001010 | 1 | 110001 | 1100010 | 111110 |
Color Harmonies of #FDD941
Complementary color
Monochromatic Colors of #FDD941
Black with #FDD941
Text Example
Text Example
White with #FDD941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD941; }
p { color: rgb(253,217,65); }
H1.HeaderClassName
{
color: #FDD941;
}
.AnyTagClassName
{
color: #FDD941;
}
</style>
background-color css
<style>
a { background-color: #FDD941; }
a { background-color: rgb(253,217,65); }
div.DivClassName
{
background-color: #FDD941;
}
.BgClassName
{
background-color: #FDD941;
}
</style>
border-color css
<style>
span { border-color: #FDD941; }
span { border-color: rgb(253,217,65); }
td.TdClassName
{
border-color: #FDD941;
}
.TagClassName
{
border-color: #FDD941;
}
</style>