Shades of Gorse #FDDC39
Tints of Gorse #FDDC39
RGB
CMYK
RGB Variations
Color information
#FDDC39 (or 0xFDDC39) is known color: Gorse. HEX triplet: FD, DC and 39. RGB value is (253,220,57). Sum of RGB (Red+Green+Blue) = 253+220+57=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 57 (22.66% from 255 or 10.75% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC39 is #0223C6. Grayscale: #D3D3D3. Windows color (decimal): -140231 or 3792125. OLE color: 3792125.
HSL color Cylindrical-coordinate representation of color #FDDC39: hue angle of 49.9º 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 #FDDC39 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 57 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.01 |
| HSL | 49.9º | 0.98% | 0.61% | - |
| HSV(B) | 49.9º | 0.77% | 0.99% | - |
| XYZ | 66.84 | 72.36 | 14.32 | - |
| YUV | 211.29 | 40.93 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 57 | 0 | 0.13 | 0.77 | 0.01 | 49.9 | 0.98 | 0.61 |
| Hex | FD | DC | 39 | 0 | D | 4D | 1 | 32 | 62 | 3D |
| Octal | 375 | 334 | 71 | 0 | 15 | 115 | 1 | 62 | 142 | 75 |
| Binary | 11111101 | 11011100 | 111001 | 0 | 1101 | 1001101 | 1 | 110010 | 1100010 | 111101 |
Color Harmonies of #FDDC39
Complementary color
Monochromatic Colors of #FDDC39
Black with #FDDC39
Text Example
Text Example
White with #FDDC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC39; }
p { color: rgb(253,220,57); }
H1.HeaderClassName
{
color: #FDDC39;
}
.AnyTagClassName
{
color: #FDDC39;
}
</style>
background-color css
<style>
a { background-color: #FDDC39; }
a { background-color: rgb(253,220,57); }
div.DivClassName
{
background-color: #FDDC39;
}
.BgClassName
{
background-color: #FDDC39;
}
</style>
border-color css
<style>
span { border-color: #FDDC39; }
span { border-color: rgb(253,220,57); }
td.TdClassName
{
border-color: #FDDC39;
}
.TagClassName
{
border-color: #FDDC39;
}
</style>