Shades of Gorse #FDDC29
Tints of Gorse #FDDC29
RGB
CMYK
RGB Variations
Color information
#FDDC29 (or 0xFDDC29) is known color: Gorse. HEX triplet: FD, DC and 29. RGB value is (253,220,41). Sum of RGB (Red+Green+Blue) = 253+220+41=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 41 (16.41% from 255 or 7.98% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC29 is #0223D6. Grayscale: #D2D2D2. Windows color (decimal): -140247 or 2743549. OLE color: 2743549.
HSL color Cylindrical-coordinate representation of color #FDDC29: hue angle of 50.66º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDDC29 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 41 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.01 |
| HSL | 50.66º | 0.98% | 0.58% | - |
| HSV(B) | 50.66º | 0.84% | 0.99% | - |
| XYZ | 66.5 | 72.23 | 12.53 | - |
| YUV | 209.46 | 32.93 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 41 | 0 | 0.13 | 0.84 | 0.01 | 50.66 | 0.98 | 0.58 |
| Hex | FD | DC | 29 | 0 | D | 54 | 1 | 33 | 62 | 3A |
| Octal | 375 | 334 | 51 | 0 | 15 | 124 | 1 | 63 | 142 | 72 |
| Binary | 11111101 | 11011100 | 101001 | 0 | 1101 | 1010100 | 1 | 110011 | 1100010 | 111010 |
Color Harmonies of #FDDC29
Complementary color
Monochromatic Colors of #FDDC29
Black with #FDDC29
Text Example
Text Example
White with #FDDC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC29; }
p { color: rgb(253,220,41); }
H1.HeaderClassName
{
color: #FDDC29;
}
.AnyTagClassName
{
color: #FDDC29;
}
</style>
background-color css
<style>
a { background-color: #FDDC29; }
a { background-color: rgb(253,220,41); }
div.DivClassName
{
background-color: #FDDC29;
}
.BgClassName
{
background-color: #FDDC29;
}
</style>
border-color css
<style>
span { border-color: #FDDC29; }
span { border-color: rgb(253,220,41); }
td.TdClassName
{
border-color: #FDDC29;
}
.TagClassName
{
border-color: #FDDC29;
}
</style>