Shades of Gorse #FDDC2C
Tints of Gorse #FDDC2C
RGB
CMYK
RGB Variations
Color information
#FDDC2C (or 0xFDDC2C) is known color: Gorse. HEX triplet: FD, DC and 2C. RGB value is (253,220,44). Sum of RGB (Red+Green+Blue) = 253+220+44=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 44 (17.58% from 255 or 8.51% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC2C is #0223D3. Grayscale: #D2D2D2. Windows color (decimal): -140244 or 2940157. OLE color: 2940157.
HSL color Cylindrical-coordinate representation of color #FDDC2C: hue angle of 50.53º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDDC2C is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 44 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.01 |
| HSL | 50.53º | 0.98% | 0.58% | - |
| HSV(B) | 50.53º | 0.83% | 0.99% | - |
| XYZ | 66.56 | 72.25 | 12.82 | - |
| YUV | 209.8 | 34.43 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 44 | 0 | 0.13 | 0.83 | 0.01 | 50.53 | 0.98 | 0.58 |
| Hex | FD | DC | 2C | 0 | D | 53 | 1 | 33 | 62 | 3A |
| Octal | 375 | 334 | 54 | 0 | 15 | 123 | 1 | 63 | 142 | 72 |
| Binary | 11111101 | 11011100 | 101100 | 0 | 1101 | 1010011 | 1 | 110011 | 1100010 | 111010 |
Color Harmonies of #FDDC2C
Complementary color
Monochromatic Colors of #FDDC2C
Black with #FDDC2C
Text Example
Text Example
White with #FDDC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC2C; }
p { color: rgb(253,220,44); }
H1.HeaderClassName
{
color: #FDDC2C;
}
.AnyTagClassName
{
color: #FDDC2C;
}
</style>
background-color css
<style>
a { background-color: #FDDC2C; }
a { background-color: rgb(253,220,44); }
div.DivClassName
{
background-color: #FDDC2C;
}
.BgClassName
{
background-color: #FDDC2C;
}
</style>
border-color css
<style>
span { border-color: #FDDC2C; }
span { border-color: rgb(253,220,44); }
td.TdClassName
{
border-color: #FDDC2C;
}
.TagClassName
{
border-color: #FDDC2C;
}
</style>