Shades of Gorse #FDDB3A
Tints of Gorse #FDDB3A
RGB
CMYK
RGB Variations
Color information
#FDDB3A (or 0xFDDB3A) is known color: Gorse. HEX triplet: FD, DB and 3A. RGB value is (253,219,58). Sum of RGB (Red+Green+Blue) = 253+219+58=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 58 (23.05% from 255 or 10.94% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB3A is #0224C5. Grayscale: #D3D3D3. Windows color (decimal): -140486 or 3857405. OLE color: 3857405.
HSL color Cylindrical-coordinate representation of color #FDDB3A: hue angle of 49.54º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDDB3A is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 58 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.01 |
| HSL | 49.54º | 0.98% | 0.61% | - |
| HSV(B) | 49.54º | 0.77% | 0.99% | - |
| XYZ | 66.6 | 71.85 | 14.36 | - |
| YUV | 210.81 | 41.76 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 58 | 0 | 0.13 | 0.77 | 0.01 | 49.54 | 0.98 | 0.61 |
| Hex | FD | DB | 3A | 0 | D | 4D | 1 | 32 | 62 | 3D |
| Octal | 375 | 333 | 72 | 0 | 15 | 115 | 1 | 62 | 142 | 75 |
| Binary | 11111101 | 11011011 | 111010 | 0 | 1101 | 1001101 | 1 | 110010 | 1100010 | 111101 |
Color Harmonies of #FDDB3A
Complementary color
Monochromatic Colors of #FDDB3A
Black with #FDDB3A
Text Example
Text Example
White with #FDDB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB3A; }
p { color: rgb(253,219,58); }
H1.HeaderClassName
{
color: #FDDB3A;
}
.AnyTagClassName
{
color: #FDDB3A;
}
</style>
background-color css
<style>
a { background-color: #FDDB3A; }
a { background-color: rgb(253,219,58); }
div.DivClassName
{
background-color: #FDDB3A;
}
.BgClassName
{
background-color: #FDDB3A;
}
</style>
border-color css
<style>
span { border-color: #FDDB3A; }
span { border-color: rgb(253,219,58); }
td.TdClassName
{
border-color: #FDDB3A;
}
.TagClassName
{
border-color: #FDDB3A;
}
</style>