Shades of Gorse #FDDC3C
Tints of Gorse #FDDC3C
RGB
CMYK
RGB Variations
Color information
#FDDC3C (or 0xFDDC3C) is known color: Gorse. HEX triplet: FD, DC and 3C. RGB value is (253,220,60). Sum of RGB (Red+Green+Blue) = 253+220+60=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 60 (23.83% from 255 or 11.26% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC3C is #0223C3. Grayscale: #D4D4D4. Windows color (decimal): -140228 or 3988733. OLE color: 3988733.
HSL color Cylindrical-coordinate representation of color #FDDC3C: hue angle of 49.74º 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 #FDDC3C is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 60 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.01 |
| HSL | 49.74º | 0.98% | 0.61% | - |
| HSV(B) | 49.74º | 0.76% | 0.99% | - |
| XYZ | 66.92 | 72.4 | 14.72 | - |
| YUV | 211.63 | 42.43 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 60 | 0 | 0.13 | 0.76 | 0.01 | 49.74 | 0.98 | 0.61 |
| Hex | FD | DC | 3C | 0 | D | 4C | 1 | 32 | 62 | 3D |
| Octal | 375 | 334 | 74 | 0 | 15 | 114 | 1 | 62 | 142 | 75 |
| Binary | 11111101 | 11011100 | 111100 | 0 | 1101 | 1001100 | 1 | 110010 | 1100010 | 111101 |
Color Harmonies of #FDDC3C
Complementary color
Monochromatic Colors of #FDDC3C
Black with #FDDC3C
Text Example
Text Example
White with #FDDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC3C; }
p { color: rgb(253,220,60); }
H1.HeaderClassName
{
color: #FDDC3C;
}
.AnyTagClassName
{
color: #FDDC3C;
}
</style>
background-color css
<style>
a { background-color: #FDDC3C; }
a { background-color: rgb(253,220,60); }
div.DivClassName
{
background-color: #FDDC3C;
}
.BgClassName
{
background-color: #FDDC3C;
}
</style>
border-color css
<style>
span { border-color: #FDDC3C; }
span { border-color: rgb(253,220,60); }
td.TdClassName
{
border-color: #FDDC3C;
}
.TagClassName
{
border-color: #FDDC3C;
}
</style>