Shades of Gorse #FDDC3A
Tints of Gorse #FDDC3A
RGB
CMYK
RGB Variations
Color information
#FDDC3A (or 0xFDDC3A) is known color: Gorse. HEX triplet: FD, DC and 3A. RGB value is (253,220,58). Sum of RGB (Red+Green+Blue) = 253+220+58=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 58 (23.05% from 255 or 10.92% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC3A is #0223C5. Grayscale: #D4D4D4. Windows color (decimal): -140230 or 3857661. OLE color: 3857661.
HSL color Cylindrical-coordinate representation of color #FDDC3A: hue angle of 49.85º 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 #FDDC3A is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 58 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.01 |
| HSL | 49.85º | 0.98% | 0.61% | - |
| HSV(B) | 49.85º | 0.77% | 0.99% | - |
| XYZ | 66.86 | 72.37 | 14.45 | - |
| YUV | 211.4 | 41.43 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 58 | 0 | 0.13 | 0.77 | 0.01 | 49.85 | 0.98 | 0.61 |
| Hex | FD | DC | 3A | 0 | D | 4D | 1 | 32 | 62 | 3D |
| Octal | 375 | 334 | 72 | 0 | 15 | 115 | 1 | 62 | 142 | 75 |
| Binary | 11111101 | 11011100 | 111010 | 0 | 1101 | 1001101 | 1 | 110010 | 1100010 | 111101 |
Color Harmonies of #FDDC3A
Complementary color
Monochromatic Colors of #FDDC3A
Black with #FDDC3A
Text Example
Text Example
White with #FDDC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC3A; }
p { color: rgb(253,220,58); }
H1.HeaderClassName
{
color: #FDDC3A;
}
.AnyTagClassName
{
color: #FDDC3A;
}
</style>
background-color css
<style>
a { background-color: #FDDC3A; }
a { background-color: rgb(253,220,58); }
div.DivClassName
{
background-color: #FDDC3A;
}
.BgClassName
{
background-color: #FDDC3A;
}
</style>
border-color css
<style>
span { border-color: #FDDC3A; }
span { border-color: rgb(253,220,58); }
td.TdClassName
{
border-color: #FDDC3A;
}
.TagClassName
{
border-color: #FDDC3A;
}
</style>