Shades of Gorse #FDDC37
Tints of Gorse #FDDC37
RGB
CMYK
RGB Variations
Color information
#FDDC37 (or 0xFDDC37) is known color: Gorse. HEX triplet: FD, DC and 37. RGB value is (253,220,55). Sum of RGB (Red+Green+Blue) = 253+220+55=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 55 (21.88% from 255 or 10.42% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC37 is #0223C8. Grayscale: #D3D3D3. Windows color (decimal): -140233 or 3661053. OLE color: 3661053.
HSL color Cylindrical-coordinate representation of color #FDDC37: hue angle of 50º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FDDC37 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 55 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.01 |
| HSL | 50º | 0.98% | 0.6% | - |
| HSV(B) | 50º | 0.78% | 0.99% | - |
| XYZ | 66.79 | 72.34 | 14.06 | - |
| YUV | 211.06 | 39.93 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 55 | 0 | 0.13 | 0.78 | 0.01 | 50 | 0.98 | 0.6 |
| Hex | FD | DC | 37 | 0 | D | 4E | 1 | 32 | 62 | 3C |
| Octal | 375 | 334 | 67 | 0 | 15 | 116 | 1 | 62 | 142 | 74 |
| Binary | 11111101 | 11011100 | 110111 | 0 | 1101 | 1001110 | 1 | 110010 | 1100010 | 111100 |
Color Harmonies of #FDDC37
Complementary color
Monochromatic Colors of #FDDC37
Black with #FDDC37
Text Example
Text Example
White with #FDDC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC37; }
p { color: rgb(253,220,55); }
H1.HeaderClassName
{
color: #FDDC37;
}
.AnyTagClassName
{
color: #FDDC37;
}
</style>
background-color css
<style>
a { background-color: #FDDC37; }
a { background-color: rgb(253,220,55); }
div.DivClassName
{
background-color: #FDDC37;
}
.BgClassName
{
background-color: #FDDC37;
}
</style>
border-color css
<style>
span { border-color: #FDDC37; }
span { border-color: rgb(253,220,55); }
td.TdClassName
{
border-color: #FDDC37;
}
.TagClassName
{
border-color: #FDDC37;
}
</style>