Shades of Gorse #FDDD37
Tints of Gorse #FDDD37
RGB
CMYK
RGB Variations
Color information
#FDDD37 (or 0xFDDD37) is known color: Gorse. HEX triplet: FD, DD and 37. RGB value is (253,221,55). Sum of RGB (Red+Green+Blue) = 253+221+55=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 55 (21.88% from 255 or 10.40% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD37 is #0222C8. Grayscale: #D4D4D4. Windows color (decimal): -139977 or 3661309. OLE color: 3661309.
HSL color Cylindrical-coordinate representation of color #FDDD37: hue angle of 50.3º 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 #FDDD37 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 55 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.01 |
| HSL | 50.3º | 0.98% | 0.6% | - |
| HSV(B) | 50.3º | 0.78% | 0.99% | - |
| XYZ | 67.05 | 72.87 | 14.15 | - |
| YUV | 211.64 | 39.6 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 55 | 0 | 0.13 | 0.78 | 0.01 | 50.3 | 0.98 | 0.6 |
| Hex | FD | DD | 37 | 0 | D | 4E | 1 | 32 | 62 | 3C |
| Octal | 375 | 335 | 67 | 0 | 15 | 116 | 1 | 62 | 142 | 74 |
| Binary | 11111101 | 11011101 | 110111 | 0 | 1101 | 1001110 | 1 | 110010 | 1100010 | 111100 |
Color Harmonies of #FDDD37
Complementary color
Monochromatic Colors of #FDDD37
Black with #FDDD37
Text Example
Text Example
White with #FDDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD37; }
p { color: rgb(253,221,55); }
H1.HeaderClassName
{
color: #FDDD37;
}
.AnyTagClassName
{
color: #FDDD37;
}
</style>
background-color css
<style>
a { background-color: #FDDD37; }
a { background-color: rgb(253,221,55); }
div.DivClassName
{
background-color: #FDDD37;
}
.BgClassName
{
background-color: #FDDD37;
}
</style>
border-color css
<style>
span { border-color: #FDDD37; }
span { border-color: rgb(253,221,55); }
td.TdClassName
{
border-color: #FDDD37;
}
.TagClassName
{
border-color: #FDDD37;
}
</style>