Shades of Dark Tangerine #FDA717
Tints of Dark Tangerine #FDA717
RGB
CMYK
RGB Variations
Color information
#FDA717 (or 0xFDA717) is known color: Dark Tangerine. HEX triplet: FD, A7 and 17. RGB value is (253,167,23). Sum of RGB (Red+Green+Blue) = 253+167+23=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 23 (9.38% from 255 or 5.19% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA717 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA717 is #0258E8. Grayscale: #B0B0B0. Windows color (decimal): -153833 or 1550333. OLE color: 1550333.
HSL color Cylindrical-coordinate representation of color #FDA717: hue angle of 37.57º 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 #FDA717 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 23 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.01 |
| HSL | 37.57º | 0.98% | 0.54% | - |
| HSV(B) | 37.57º | 0.91% | 0.99% | - |
| XYZ | 54.48 | 48.58 | 7.32 | - |
| YUV | 176.3 | 41.49 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 23 | 0 | 0.34 | 0.91 | 0.01 | 37.57 | 0.98 | 0.54 |
| Hex | FD | A7 | 17 | 0 | 22 | 5B | 1 | 26 | 62 | 36 |
| Octal | 375 | 247 | 27 | 0 | 42 | 133 | 1 | 46 | 142 | 66 |
| Binary | 11111101 | 10100111 | 10111 | 0 | 100010 | 1011011 | 1 | 100110 | 1100010 | 110110 |
Color Harmonies of #FDA717
Complementary color
Monochromatic Colors of #FDA717
Black with #FDA717
Text Example
Text Example
White with #FDA717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA717; }
p { color: rgb(253,167,23); }
H1.HeaderClassName
{
color: #FDA717;
}
.AnyTagClassName
{
color: #FDA717;
}
</style>
background-color css
<style>
a { background-color: #FDA717; }
a { background-color: rgb(253,167,23); }
div.DivClassName
{
background-color: #FDA717;
}
.BgClassName
{
background-color: #FDA717;
}
</style>
border-color css
<style>
span { border-color: #FDA717; }
span { border-color: rgb(253,167,23); }
td.TdClassName
{
border-color: #FDA717;
}
.TagClassName
{
border-color: #FDA717;
}
</style>