Shades of Gorse #FDDC41
Tints of Gorse #FDDC41
RGB
CMYK
RGB Variations
Color information
#FDDC41 (or 0xFDDC41) is known color: Gorse. HEX triplet: FD, DC and 41. RGB value is (253,220,65). Sum of RGB (Red+Green+Blue) = 253+220+65=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 65 (25.78% from 255 or 12.08% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC41 is #0223BE. Grayscale: #D4D4D4. Windows color (decimal): -140223 or 4316413. OLE color: 4316413.
HSL color Cylindrical-coordinate representation of color #FDDC41: hue angle of 49.47º 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 #FDDC41 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 65 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.01 |
| HSL | 49.47º | 0.98% | 0.62% | - |
| HSV(B) | 49.47º | 0.74% | 0.99% | - |
| XYZ | 67.06 | 72.45 | 15.45 | - |
| YUV | 212.2 | 44.93 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 65 | 0 | 0.13 | 0.74 | 0.01 | 49.47 | 0.98 | 0.62 |
| Hex | FD | DC | 41 | 0 | D | 4A | 1 | 31 | 62 | 3E |
| Octal | 375 | 334 | 101 | 0 | 15 | 112 | 1 | 61 | 142 | 76 |
| Binary | 11111101 | 11011100 | 1000001 | 0 | 1101 | 1001010 | 1 | 110001 | 1100010 | 111110 |
Color Harmonies of #FDDC41
Complementary color
Monochromatic Colors of #FDDC41
Black with #FDDC41
Text Example
Text Example
White with #FDDC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC41; }
p { color: rgb(253,220,65); }
H1.HeaderClassName
{
color: #FDDC41;
}
.AnyTagClassName
{
color: #FDDC41;
}
</style>
background-color css
<style>
a { background-color: #FDDC41; }
a { background-color: rgb(253,220,65); }
div.DivClassName
{
background-color: #FDDC41;
}
.BgClassName
{
background-color: #FDDC41;
}
</style>
border-color css
<style>
span { border-color: #FDDC41; }
span { border-color: rgb(253,220,65); }
td.TdClassName
{
border-color: #FDDC41;
}
.TagClassName
{
border-color: #FDDC41;
}
</style>