Shades of Gorse #FDDB34
Tints of Gorse #FDDB34
RGB
CMYK
RGB Variations
Color information
#FDDB34 (or 0xFDDB34) is known color: Gorse. HEX triplet: FD, DB and 34. RGB value is (253,219,52). Sum of RGB (Red+Green+Blue) = 253+219+52=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 52 (20.70% from 255 or 9.92% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB34 is #0224CB. Grayscale: #D2D2D2. Windows color (decimal): -140492 or 3464189. OLE color: 3464189.
HSL color Cylindrical-coordinate representation of color #FDDB34: hue angle of 49.85º 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 #FDDB34 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 52 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.01 |
| HSL | 49.85º | 0.98% | 0.6% | - |
| HSV(B) | 49.85º | 0.79% | 0.99% | - |
| XYZ | 66.46 | 71.79 | 13.6 | - |
| YUV | 210.13 | 38.76 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 52 | 0 | 0.13 | 0.79 | 0.01 | 49.85 | 0.98 | 0.6 |
| Hex | FD | DB | 34 | 0 | D | 4F | 1 | 32 | 62 | 3C |
| Octal | 375 | 333 | 64 | 0 | 15 | 117 | 1 | 62 | 142 | 74 |
| Binary | 11111101 | 11011011 | 110100 | 0 | 1101 | 1001111 | 1 | 110010 | 1100010 | 111100 |
Color Harmonies of #FDDB34
Complementary color
Monochromatic Colors of #FDDB34
Black with #FDDB34
Text Example
Text Example
White with #FDDB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB34; }
p { color: rgb(253,219,52); }
H1.HeaderClassName
{
color: #FDDB34;
}
.AnyTagClassName
{
color: #FDDB34;
}
</style>
background-color css
<style>
a { background-color: #FDDB34; }
a { background-color: rgb(253,219,52); }
div.DivClassName
{
background-color: #FDDB34;
}
.BgClassName
{
background-color: #FDDB34;
}
</style>
border-color css
<style>
span { border-color: #FDDB34; }
span { border-color: rgb(253,219,52); }
td.TdClassName
{
border-color: #FDDB34;
}
.TagClassName
{
border-color: #FDDB34;
}
</style>