Shades of Gorse #FDDC2F
Tints of Gorse #FDDC2F
RGB
CMYK
RGB Variations
Color information
#FDDC2F (or 0xFDDC2F) is known color: Gorse. HEX triplet: FD, DC and 2F. RGB value is (253,220,47). Sum of RGB (Red+Green+Blue) = 253+220+47=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 47 (18.75% from 255 or 9.04% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC2F is #0223D0. Grayscale: #D2D2D2. Windows color (decimal): -140241 or 3136765. OLE color: 3136765.
HSL color Cylindrical-coordinate representation of color #FDDC2F: hue angle of 50.39º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDDC2F is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 47 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.01 |
| HSL | 50.39º | 0.98% | 0.59% | - |
| HSV(B) | 50.39º | 0.81% | 0.99% | - |
| XYZ | 66.61 | 72.27 | 13.13 | - |
| YUV | 210.15 | 35.93 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 47 | 0 | 0.13 | 0.81 | 0.01 | 50.39 | 0.98 | 0.59 |
| Hex | FD | DC | 2F | 0 | D | 51 | 1 | 32 | 62 | 3B |
| Octal | 375 | 334 | 57 | 0 | 15 | 121 | 1 | 62 | 142 | 73 |
| Binary | 11111101 | 11011100 | 101111 | 0 | 1101 | 1010001 | 1 | 110010 | 1100010 | 111011 |
Color Harmonies of #FDDC2F
Complementary color
Monochromatic Colors of #FDDC2F
Black with #FDDC2F
Text Example
Text Example
White with #FDDC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC2F; }
p { color: rgb(253,220,47); }
H1.HeaderClassName
{
color: #FDDC2F;
}
.AnyTagClassName
{
color: #FDDC2F;
}
</style>
background-color css
<style>
a { background-color: #FDDC2F; }
a { background-color: rgb(253,220,47); }
div.DivClassName
{
background-color: #FDDC2F;
}
.BgClassName
{
background-color: #FDDC2F;
}
</style>
border-color css
<style>
span { border-color: #FDDC2F; }
span { border-color: rgb(253,220,47); }
td.TdClassName
{
border-color: #FDDC2F;
}
.TagClassName
{
border-color: #FDDC2F;
}
</style>