Shades of Gorse #FDDD34
Tints of Gorse #FDDD34
RGB
CMYK
RGB Variations
Color information
#FDDD34 (or 0xFDDD34) is known color: Gorse. HEX triplet: FD, DD and 34. RGB value is (253,221,52). Sum of RGB (Red+Green+Blue) = 253+221+52=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 52 (20.70% from 255 or 9.89% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD34 is #0222CB. Grayscale: #D4D4D4. Windows color (decimal): -139980 or 3464701. OLE color: 3464701.
HSL color Cylindrical-coordinate representation of color #FDDD34: hue angle of 50.45º 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 #FDDD34 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 52 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.01 |
| HSL | 50.45º | 0.98% | 0.6% | - |
| HSV(B) | 50.45º | 0.79% | 0.99% | - |
| XYZ | 66.98 | 72.84 | 13.78 | - |
| YUV | 211.3 | 38.1 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 52 | 0 | 0.13 | 0.79 | 0.01 | 50.45 | 0.98 | 0.6 |
| Hex | FD | DD | 34 | 0 | D | 4F | 1 | 32 | 62 | 3C |
| Octal | 375 | 335 | 64 | 0 | 15 | 117 | 1 | 62 | 142 | 74 |
| Binary | 11111101 | 11011101 | 110100 | 0 | 1101 | 1001111 | 1 | 110010 | 1100010 | 111100 |
Color Harmonies of #FDDD34
Complementary color
Monochromatic Colors of #FDDD34
Black with #FDDD34
Text Example
Text Example
White with #FDDD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD34; }
p { color: rgb(253,221,52); }
H1.HeaderClassName
{
color: #FDDD34;
}
.AnyTagClassName
{
color: #FDDD34;
}
</style>
background-color css
<style>
a { background-color: #FDDD34; }
a { background-color: rgb(253,221,52); }
div.DivClassName
{
background-color: #FDDD34;
}
.BgClassName
{
background-color: #FDDD34;
}
</style>
border-color css
<style>
span { border-color: #FDDD34; }
span { border-color: rgb(253,221,52); }
td.TdClassName
{
border-color: #FDDD34;
}
.TagClassName
{
border-color: #FDDD34;
}
</style>