Shades of Gorse #FDDC44
Tints of Gorse #FDDC44
RGB
CMYK
RGB Variations
Color information
#FDDC44 (or 0xFDDC44) is known color: Gorse. HEX triplet: FD, DC and 44. RGB value is (253,220,68). Sum of RGB (Red+Green+Blue) = 253+220+68=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 68 (26.95% from 255 or 12.57% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC44 is #0223BB. Grayscale: #D5D5D5. Windows color (decimal): -140220 or 4513021. OLE color: 4513021.
HSL color Cylindrical-coordinate representation of color #FDDC44: hue angle of 49.3º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDDC44 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 68 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.01 |
| HSL | 49.3º | 0.98% | 0.63% | - |
| HSV(B) | 49.3º | 0.73% | 0.99% | - |
| XYZ | 67.14 | 72.49 | 15.92 | - |
| YUV | 212.54 | 46.43 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 68 | 0 | 0.13 | 0.73 | 0.01 | 49.3 | 0.98 | 0.63 |
| Hex | FD | DC | 44 | 0 | D | 49 | 1 | 31 | 62 | 3F |
| Octal | 375 | 334 | 104 | 0 | 15 | 111 | 1 | 61 | 142 | 77 |
| Binary | 11111101 | 11011100 | 1000100 | 0 | 1101 | 1001001 | 1 | 110001 | 1100010 | 111111 |
Color Harmonies of #FDDC44
Complementary color
Monochromatic Colors of #FDDC44
Black with #FDDC44
Text Example
Text Example
White with #FDDC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC44; }
p { color: rgb(253,220,68); }
H1.HeaderClassName
{
color: #FDDC44;
}
.AnyTagClassName
{
color: #FDDC44;
}
</style>
background-color css
<style>
a { background-color: #FDDC44; }
a { background-color: rgb(253,220,68); }
div.DivClassName
{
background-color: #FDDC44;
}
.BgClassName
{
background-color: #FDDC44;
}
</style>
border-color css
<style>
span { border-color: #FDDC44; }
span { border-color: rgb(253,220,68); }
td.TdClassName
{
border-color: #FDDC44;
}
.TagClassName
{
border-color: #FDDC44;
}
</style>