Shades of Gorse #FDDB3B
Tints of Gorse #FDDB3B
RGB
CMYK
RGB Variations
Color information
#FDDB3B (or 0xFDDB3B) is known color: Gorse. HEX triplet: FD, DB and 3B. RGB value is (253,219,59). Sum of RGB (Red+Green+Blue) = 253+219+59=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 59 (23.44% from 255 or 11.11% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB3B is #0224C4. Grayscale: #D3D3D3. Windows color (decimal): -140485 or 3922941. OLE color: 3922941.
HSL color Cylindrical-coordinate representation of color #FDDB3B: hue angle of 49.48º 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 #FDDB3B is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 59 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.01 |
| HSL | 49.48º | 0.98% | 0.61% | - |
| HSV(B) | 49.48º | 0.77% | 0.99% | - |
| XYZ | 66.63 | 71.86 | 14.5 | - |
| YUV | 210.93 | 42.26 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 59 | 0 | 0.13 | 0.77 | 0.01 | 49.48 | 0.98 | 0.61 |
| Hex | FD | DB | 3B | 0 | D | 4D | 1 | 31 | 62 | 3D |
| Octal | 375 | 333 | 73 | 0 | 15 | 115 | 1 | 61 | 142 | 75 |
| Binary | 11111101 | 11011011 | 111011 | 0 | 1101 | 1001101 | 1 | 110001 | 1100010 | 111101 |
Color Harmonies of #FDDB3B
Complementary color
Monochromatic Colors of #FDDB3B
Black with #FDDB3B
Text Example
Text Example
White with #FDDB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB3B; }
p { color: rgb(253,219,59); }
H1.HeaderClassName
{
color: #FDDB3B;
}
.AnyTagClassName
{
color: #FDDB3B;
}
</style>
background-color css
<style>
a { background-color: #FDDB3B; }
a { background-color: rgb(253,219,59); }
div.DivClassName
{
background-color: #FDDB3B;
}
.BgClassName
{
background-color: #FDDB3B;
}
</style>
border-color css
<style>
span { border-color: #FDDB3B; }
span { border-color: rgb(253,219,59); }
td.TdClassName
{
border-color: #FDDB3B;
}
.TagClassName
{
border-color: #FDDB3B;
}
</style>