Shades of Dark Tangerine #FDA613
Tints of Dark Tangerine #FDA613
RGB
CMYK
RGB Variations
Color information
#FDA613 (or 0xFDA613) is known color: Dark Tangerine. HEX triplet: FD, A6 and 13. RGB value is (253,166,19). Sum of RGB (Red+Green+Blue) = 253+166+19=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 19 (7.81% from 255 or 4.34% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA613 is #0259EC. Grayscale: #AFAFAF. Windows color (decimal): -154093 or 1287933. OLE color: 1287933.
HSL color Cylindrical-coordinate representation of color #FDA613: hue angle of 37.69º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDA613 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 19 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.01 |
| HSL | 37.69º | 0.98% | 0.53% | - |
| HSV(B) | 37.69º | 0.92% | 0.99% | - |
| XYZ | 54.26 | 48.2 | 7.06 | - |
| YUV | 175.26 | 39.82 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 19 | 0 | 0.34 | 0.92 | 0.01 | 37.69 | 0.98 | 0.53 |
| Hex | FD | A6 | 13 | 0 | 22 | 5C | 1 | 26 | 62 | 35 |
| Octal | 375 | 246 | 23 | 0 | 42 | 134 | 1 | 46 | 142 | 65 |
| Binary | 11111101 | 10100110 | 10011 | 0 | 100010 | 1011100 | 1 | 100110 | 1100010 | 110101 |
Color Harmonies of #FDA613
Complementary color
Monochromatic Colors of #FDA613
Black with #FDA613
Text Example
Text Example
White with #FDA613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA613; }
p { color: rgb(253,166,19); }
H1.HeaderClassName
{
color: #FDA613;
}
.AnyTagClassName
{
color: #FDA613;
}
</style>
background-color css
<style>
a { background-color: #FDA613; }
a { background-color: rgb(253,166,19); }
div.DivClassName
{
background-color: #FDA613;
}
.BgClassName
{
background-color: #FDA613;
}
</style>
border-color css
<style>
span { border-color: #FDA613; }
span { border-color: rgb(253,166,19); }
td.TdClassName
{
border-color: #FDA613;
}
.TagClassName
{
border-color: #FDA613;
}
</style>