Shades of Gorse #FDDD3C
Tints of Gorse #FDDD3C
RGB
CMYK
RGB Variations
Color information
#FDDD3C (or 0xFDDD3C) is known color: Gorse. HEX triplet: FD, DD and 3C. RGB value is (253,221,60). Sum of RGB (Red+Green+Blue) = 253+221+60=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 60 (23.83% from 255 or 11.24% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD3C is #0222C3. Grayscale: #D4D4D4. Windows color (decimal): -139972 or 3988989. OLE color: 3988989.
HSL color Cylindrical-coordinate representation of color #FDDD3C: hue angle of 50.05º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDDD3C is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 60 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.01 |
| HSL | 50.05º | 0.98% | 0.61% | - |
| HSV(B) | 50.05º | 0.76% | 0.99% | - |
| XYZ | 67.18 | 72.92 | 14.81 | - |
| YUV | 212.21 | 42.1 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 60 | 0 | 0.13 | 0.76 | 0.01 | 50.05 | 0.98 | 0.61 |
| Hex | FD | DD | 3C | 0 | D | 4C | 1 | 32 | 62 | 3D |
| Octal | 375 | 335 | 74 | 0 | 15 | 114 | 1 | 62 | 142 | 75 |
| Binary | 11111101 | 11011101 | 111100 | 0 | 1101 | 1001100 | 1 | 110010 | 1100010 | 111101 |
Color Harmonies of #FDDD3C
Complementary color
Monochromatic Colors of #FDDD3C
Black with #FDDD3C
Text Example
Text Example
White with #FDDD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD3C; }
p { color: rgb(253,221,60); }
H1.HeaderClassName
{
color: #FDDD3C;
}
.AnyTagClassName
{
color: #FDDD3C;
}
</style>
background-color css
<style>
a { background-color: #FDDD3C; }
a { background-color: rgb(253,221,60); }
div.DivClassName
{
background-color: #FDDD3C;
}
.BgClassName
{
background-color: #FDDD3C;
}
</style>
border-color css
<style>
span { border-color: #FDDD3C; }
span { border-color: rgb(253,221,60); }
td.TdClassName
{
border-color: #FDDD3C;
}
.TagClassName
{
border-color: #FDDD3C;
}
</style>