Shades of Gorse #FDDB2C
Tints of Gorse #FDDB2C
RGB
CMYK
RGB Variations
Color information
#FDDB2C (or 0xFDDB2C) is known color: Gorse. HEX triplet: FD, DB and 2C. RGB value is (253,219,44). Sum of RGB (Red+Green+Blue) = 253+219+44=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 44 (17.58% from 255 or 8.53% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB2C is #0224D3. Grayscale: #D1D1D1. Windows color (decimal): -140500 or 2939901. OLE color: 2939901.
HSL color Cylindrical-coordinate representation of color #FDDB2C: hue angle of 50.24º 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 #FDDB2C is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 44 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.01 |
| HSL | 50.24º | 0.98% | 0.58% | - |
| HSV(B) | 50.24º | 0.83% | 0.99% | - |
| XYZ | 66.29 | 71.73 | 12.73 | - |
| YUV | 209.22 | 34.76 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 44 | 0 | 0.13 | 0.83 | 0.01 | 50.24 | 0.98 | 0.58 |
| Hex | FD | DB | 2C | 0 | D | 53 | 1 | 32 | 62 | 3A |
| Octal | 375 | 333 | 54 | 0 | 15 | 123 | 1 | 62 | 142 | 72 |
| Binary | 11111101 | 11011011 | 101100 | 0 | 1101 | 1010011 | 1 | 110010 | 1100010 | 111010 |
Color Harmonies of #FDDB2C
Complementary color
Monochromatic Colors of #FDDB2C
Black with #FDDB2C
Text Example
Text Example
White with #FDDB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB2C; }
p { color: rgb(253,219,44); }
H1.HeaderClassName
{
color: #FDDB2C;
}
.AnyTagClassName
{
color: #FDDB2C;
}
</style>
background-color css
<style>
a { background-color: #FDDB2C; }
a { background-color: rgb(253,219,44); }
div.DivClassName
{
background-color: #FDDB2C;
}
.BgClassName
{
background-color: #FDDB2C;
}
</style>
border-color css
<style>
span { border-color: #FDDB2C; }
span { border-color: rgb(253,219,44); }
td.TdClassName
{
border-color: #FDDB2C;
}
.TagClassName
{
border-color: #FDDB2C;
}
</style>