Shades of Gorse #FDDD3B
Tints of Gorse #FDDD3B
RGB
CMYK
RGB Variations
Color information
#FDDD3B (or 0xFDDD3B) is known color: Gorse. HEX triplet: FD, DD and 3B. RGB value is (253,221,59). Sum of RGB (Red+Green+Blue) = 253+221+59=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 59 (23.44% from 255 or 11.07% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD3B is #0222C4. Grayscale: #D4D4D4. Windows color (decimal): -139973 or 3923453. OLE color: 3923453.
HSL color Cylindrical-coordinate representation of color #FDDD3B: hue angle of 50.1º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDDD3B is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 59 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.01 |
| HSL | 50.1º | 0.98% | 0.61% | - |
| HSV(B) | 50.1º | 0.77% | 0.99% | - |
| XYZ | 67.15 | 72.91 | 14.67 | - |
| YUV | 212.1 | 41.6 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 59 | 0 | 0.13 | 0.77 | 0.01 | 50.1 | 0.98 | 0.61 |
| Hex | FD | DD | 3B | 0 | D | 4D | 1 | 32 | 62 | 3D |
| Octal | 375 | 335 | 73 | 0 | 15 | 115 | 1 | 62 | 142 | 75 |
| Binary | 11111101 | 11011101 | 111011 | 0 | 1101 | 1001101 | 1 | 110010 | 1100010 | 111101 |
Color Harmonies of #FDDD3B
Complementary color
Monochromatic Colors of #FDDD3B
Black with #FDDD3B
Text Example
Text Example
White with #FDDD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD3B; }
p { color: rgb(253,221,59); }
H1.HeaderClassName
{
color: #FDDD3B;
}
.AnyTagClassName
{
color: #FDDD3B;
}
</style>
background-color css
<style>
a { background-color: #FDDD3B; }
a { background-color: rgb(253,221,59); }
div.DivClassName
{
background-color: #FDDD3B;
}
.BgClassName
{
background-color: #FDDD3B;
}
</style>
border-color css
<style>
span { border-color: #FDDD3B; }
span { border-color: rgb(253,221,59); }
td.TdClassName
{
border-color: #FDDD3B;
}
.TagClassName
{
border-color: #FDDD3B;
}
</style>