Shades of Dark Tangerine #FDA214
Tints of Dark Tangerine #FDA214
RGB
CMYK
RGB Variations
Color information
#FDA214 (or 0xFDA214) is known color: Dark Tangerine. HEX triplet: FD, A2 and 14. RGB value is (253,162,20). Sum of RGB (Red+Green+Blue) = 253+162+20=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA214 is #025DEB. Grayscale: #ADADAD. Windows color (decimal): -155116 or 1352445. OLE color: 1352445.
HSL color Cylindrical-coordinate representation of color #FDA214: hue angle of 36.57º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDA214 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 20 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.01 |
| HSL | 36.57º | 0.98% | 0.54% | - |
| HSV(B) | 36.57º | 0.92% | 0.99% | - |
| XYZ | 53.55 | 46.77 | 6.87 | - |
| YUV | 173.02 | 41.65 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 20 | 0 | 0.36 | 0.92 | 0.01 | 36.57 | 0.98 | 0.54 |
| Hex | FD | A2 | 14 | 0 | 24 | 5C | 1 | 25 | 62 | 36 |
| Octal | 375 | 242 | 24 | 0 | 44 | 134 | 1 | 45 | 142 | 66 |
| Binary | 11111101 | 10100010 | 10100 | 0 | 100100 | 1011100 | 1 | 100101 | 1100010 | 110110 |
Color Harmonies of #FDA214
Complementary color
Monochromatic Colors of #FDA214
Black with #FDA214
Text Example
Text Example
White with #FDA214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA214; }
p { color: rgb(253,162,20); }
H1.HeaderClassName
{
color: #FDA214;
}
.AnyTagClassName
{
color: #FDA214;
}
</style>
background-color css
<style>
a { background-color: #FDA214; }
a { background-color: rgb(253,162,20); }
div.DivClassName
{
background-color: #FDA214;
}
.BgClassName
{
background-color: #FDA214;
}
</style>
border-color css
<style>
span { border-color: #FDA214; }
span { border-color: rgb(253,162,20); }
td.TdClassName
{
border-color: #FDA214;
}
.TagClassName
{
border-color: #FDA214;
}
</style>