Shades of Gorse #FDDC26
Tints of Gorse #FDDC26
RGB
CMYK
RGB Variations
Color information
#FDDC26 (or 0xFDDC26) is known color: Gorse. HEX triplet: FD, DC and 26. RGB value is (253,220,38). Sum of RGB (Red+Green+Blue) = 253+220+38=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 38 (15.23% from 255 or 7.44% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC26 is #0223D9. Grayscale: #D1D1D1. Windows color (decimal): -140250 or 2546941. OLE color: 2546941.
HSL color Cylindrical-coordinate representation of color #FDDC26: hue angle of 50.79º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDDC26 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 38 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.01 |
| HSL | 50.79º | 0.98% | 0.57% | - |
| HSV(B) | 50.79º | 0.85% | 0.99% | - |
| XYZ | 66.45 | 72.21 | 12.27 | - |
| YUV | 209.12 | 31.43 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 38 | 0 | 0.13 | 0.85 | 0.01 | 50.79 | 0.98 | 0.57 |
| Hex | FD | DC | 26 | 0 | D | 55 | 1 | 33 | 62 | 39 |
| Octal | 375 | 334 | 46 | 0 | 15 | 125 | 1 | 63 | 142 | 71 |
| Binary | 11111101 | 11011100 | 100110 | 0 | 1101 | 1010101 | 1 | 110011 | 1100010 | 111001 |
Color Harmonies of #FDDC26
Complementary color
Monochromatic Colors of #FDDC26
Black with #FDDC26
Text Example
Text Example
White with #FDDC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC26; }
p { color: rgb(253,220,38); }
H1.HeaderClassName
{
color: #FDDC26;
}
.AnyTagClassName
{
color: #FDDC26;
}
</style>
background-color css
<style>
a { background-color: #FDDC26; }
a { background-color: rgb(253,220,38); }
div.DivClassName
{
background-color: #FDDC26;
}
.BgClassName
{
background-color: #FDDC26;
}
</style>
border-color css
<style>
span { border-color: #FDDC26; }
span { border-color: rgb(253,220,38); }
td.TdClassName
{
border-color: #FDDC26;
}
.TagClassName
{
border-color: #FDDC26;
}
</style>