Shades of Gorse #FDDB2D
Tints of Gorse #FDDB2D
RGB
CMYK
RGB Variations
Color information
#FDDB2D (or 0xFDDB2D) is known color: Gorse. HEX triplet: FD, DB and 2D. RGB value is (253,219,45). Sum of RGB (Red+Green+Blue) = 253+219+45=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 45 (17.97% from 255 or 8.70% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB2D is #0224D2. Grayscale: #D2D2D2. Windows color (decimal): -140499 or 3005437. OLE color: 3005437.
HSL color Cylindrical-coordinate representation of color #FDDB2D: hue angle of 50.19º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDDB2D is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 219 | 45 | - |
CMYK | 0 | 0.13 | 0.82 | 0.01 |
HSL | 50.19º | 0.98% | 0.58% | - |
HSV(B) | 50.19º | 0.82% | 0.99% | - |
XYZ | 66.31 | 71.74 | 12.83 | - |
YUV | 209.33 | 35.26 | 159.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 219 | 45 | 0 | 0.13 | 0.82 | 0.01 | 50.19 | 0.98 | 0.58 |
Hex | FD | DB | 2D | 0 | D | 52 | 1 | 32 | 62 | 3A |
Octal | 375 | 333 | 55 | 0 | 15 | 122 | 1 | 62 | 142 | 72 |
Binary | 11111101 | 11011011 | 101101 | 0 | 1101 | 1010010 | 1 | 110010 | 1100010 | 111010 |
Color Harmonies of #FDDB2D
Complementary color
Monochromatic Colors of #FDDB2D
Black with #FDDB2D
Text Example
Text Example
White with #FDDB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB2D; }
p { color: rgb(253,219,45); }
H1.HeaderClassName
{
color: #FDDB2D;
}
.AnyTagClassName
{
color: #FDDB2D;
}
</style>
background-color css
<style>
a { background-color: #FDDB2D; }
a { background-color: rgb(253,219,45); }
div.DivClassName
{
background-color: #FDDB2D;
}
.BgClassName
{
background-color: #FDDB2D;
}
</style>
border-color css
<style>
span { border-color: #FDDB2D; }
span { border-color: rgb(253,219,45); }
td.TdClassName
{
border-color: #FDDB2D;
}
.TagClassName
{
border-color: #FDDB2D;
}
</style>