Shades of Gorse #FDDB27
Tints of Gorse #FDDB27
RGB
CMYK
RGB Variations
Color information
#FDDB27 (or 0xFDDB27) is known color: Gorse. HEX triplet: FD, DB and 27. RGB value is (253,219,39). Sum of RGB (Red+Green+Blue) = 253+219+39=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 39 (15.62% from 255 or 7.63% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB27 is #0224D8. Grayscale: #D1D1D1. Windows color (decimal): -140505 or 2612221. OLE color: 2612221.
HSL color Cylindrical-coordinate representation of color #FDDB27: hue angle of 50.47º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDDB27 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 39 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.01 |
| HSL | 50.47º | 0.98% | 0.57% | - |
| HSV(B) | 50.47º | 0.85% | 0.99% | - |
| XYZ | 66.21 | 71.69 | 12.27 | - |
| YUV | 208.65 | 32.26 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 39 | 0 | 0.13 | 0.85 | 0.01 | 50.47 | 0.98 | 0.57 |
| Hex | FD | DB | 27 | 0 | D | 55 | 1 | 32 | 62 | 39 |
| Octal | 375 | 333 | 47 | 0 | 15 | 125 | 1 | 62 | 142 | 71 |
| Binary | 11111101 | 11011011 | 100111 | 0 | 1101 | 1010101 | 1 | 110010 | 1100010 | 111001 |
Color Harmonies of #FDDB27
Complementary color
Monochromatic Colors of #FDDB27
Black with #FDDB27
Text Example
Text Example
White with #FDDB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB27; }
p { color: rgb(253,219,39); }
H1.HeaderClassName
{
color: #FDDB27;
}
.AnyTagClassName
{
color: #FDDB27;
}
</style>
background-color css
<style>
a { background-color: #FDDB27; }
a { background-color: rgb(253,219,39); }
div.DivClassName
{
background-color: #FDDB27;
}
.BgClassName
{
background-color: #FDDB27;
}
</style>
border-color css
<style>
span { border-color: #FDDB27; }
span { border-color: rgb(253,219,39); }
td.TdClassName
{
border-color: #FDDB27;
}
.TagClassName
{
border-color: #FDDB27;
}
</style>