Shades of Gorse #FDDB35
Tints of Gorse #FDDB35
RGB
CMYK
RGB Variations
Color information
#FDDB35 (or 0xFDDB35) is known color: Gorse. HEX triplet: FD, DB and 35. RGB value is (253,219,53). Sum of RGB (Red+Green+Blue) = 253+219+53=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 53 (21.09% from 255 or 10.10% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB35 is #0224CA. Grayscale: #D2D2D2. Windows color (decimal): -140491 or 3529725. OLE color: 3529725.
HSL color Cylindrical-coordinate representation of color #FDDB35: hue angle of 49.8º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDDB35 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 53 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.01 |
| HSL | 49.8º | 0.98% | 0.6% | - |
| HSV(B) | 49.8º | 0.79% | 0.99% | - |
| XYZ | 66.48 | 71.8 | 13.72 | - |
| YUV | 210.24 | 39.26 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 53 | 0 | 0.13 | 0.79 | 0.01 | 49.8 | 0.98 | 0.6 |
| Hex | FD | DB | 35 | 0 | D | 4F | 1 | 32 | 62 | 3C |
| Octal | 375 | 333 | 65 | 0 | 15 | 117 | 1 | 62 | 142 | 74 |
| Binary | 11111101 | 11011011 | 110101 | 0 | 1101 | 1001111 | 1 | 110010 | 1100010 | 111100 |
Color Harmonies of #FDDB35
Complementary color
Monochromatic Colors of #FDDB35
Black with #FDDB35
Text Example
Text Example
White with #FDDB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB35; }
p { color: rgb(253,219,53); }
H1.HeaderClassName
{
color: #FDDB35;
}
.AnyTagClassName
{
color: #FDDB35;
}
</style>
background-color css
<style>
a { background-color: #FDDB35; }
a { background-color: rgb(253,219,53); }
div.DivClassName
{
background-color: #FDDB35;
}
.BgClassName
{
background-color: #FDDB35;
}
</style>
border-color css
<style>
span { border-color: #FDDB35; }
span { border-color: rgb(253,219,53); }
td.TdClassName
{
border-color: #FDDB35;
}
.TagClassName
{
border-color: #FDDB35;
}
</style>