Shades of Dark Tangerine #FDA517
Tints of Dark Tangerine #FDA517
RGB
CMYK
RGB Variations
Color information
#FDA517 (or 0xFDA517) is known color: Dark Tangerine. HEX triplet: FD, A5 and 17. RGB value is (253,165,23). Sum of RGB (Red+Green+Blue) = 253+165+23=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 23 (9.38% from 255 or 5.22% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA517 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA517 is #025AE8. Grayscale: #AFAFAF. Windows color (decimal): -154345 or 1549821. OLE color: 1549821.
HSL color Cylindrical-coordinate representation of color #FDA517: hue angle of 37.04º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDA517 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 23 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.01 |
| HSL | 37.04º | 0.98% | 0.54% | - |
| HSV(B) | 37.04º | 0.91% | 0.99% | - |
| XYZ | 54.12 | 47.85 | 7.2 | - |
| YUV | 175.12 | 42.15 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 23 | 0 | 0.35 | 0.91 | 0.01 | 37.04 | 0.98 | 0.54 |
| Hex | FD | A5 | 17 | 0 | 23 | 5B | 1 | 25 | 62 | 36 |
| Octal | 375 | 245 | 27 | 0 | 43 | 133 | 1 | 45 | 142 | 66 |
| Binary | 11111101 | 10100101 | 10111 | 0 | 100011 | 1011011 | 1 | 100101 | 1100010 | 110110 |
Color Harmonies of #FDA517
Complementary color
Monochromatic Colors of #FDA517
Black with #FDA517
Text Example
Text Example
White with #FDA517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA517; }
p { color: rgb(253,165,23); }
H1.HeaderClassName
{
color: #FDA517;
}
.AnyTagClassName
{
color: #FDA517;
}
</style>
background-color css
<style>
a { background-color: #FDA517; }
a { background-color: rgb(253,165,23); }
div.DivClassName
{
background-color: #FDA517;
}
.BgClassName
{
background-color: #FDA517;
}
</style>
border-color css
<style>
span { border-color: #FDA517; }
span { border-color: rgb(253,165,23); }
td.TdClassName
{
border-color: #FDA517;
}
.TagClassName
{
border-color: #FDA517;
}
</style>