Shades of Dark Tangerine #FDA417
Tints of Dark Tangerine #FDA417
RGB
CMYK
RGB Variations
Color information
#FDA417 (or 0xFDA417) is known color: Dark Tangerine. HEX triplet: FD, A4 and 17. RGB value is (253,164,23). Sum of RGB (Red+Green+Blue) = 253+164+23=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 23 (9.38% from 255 or 5.23% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA417 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA417 is #025BE8. Grayscale: #AFAFAF. Windows color (decimal): -154601 or 1549565. OLE color: 1549565.
HSL color Cylindrical-coordinate representation of color #FDA417: hue angle of 36.78º 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 #FDA417 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 23 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.01 |
| HSL | 36.78º | 0.98% | 0.54% | - |
| HSV(B) | 36.78º | 0.91% | 0.99% | - |
| XYZ | 53.94 | 47.5 | 7.14 | - |
| YUV | 174.54 | 42.49 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 23 | 0 | 0.35 | 0.91 | 0.01 | 36.78 | 0.98 | 0.54 |
| Hex | FD | A4 | 17 | 0 | 23 | 5B | 1 | 25 | 62 | 36 |
| Octal | 375 | 244 | 27 | 0 | 43 | 133 | 1 | 45 | 142 | 66 |
| Binary | 11111101 | 10100100 | 10111 | 0 | 100011 | 1011011 | 1 | 100101 | 1100010 | 110110 |
Color Harmonies of #FDA417
Complementary color
Monochromatic Colors of #FDA417
Black with #FDA417
Text Example
Text Example
White with #FDA417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA417; }
p { color: rgb(253,164,23); }
H1.HeaderClassName
{
color: #FDA417;
}
.AnyTagClassName
{
color: #FDA417;
}
</style>
background-color css
<style>
a { background-color: #FDA417; }
a { background-color: rgb(253,164,23); }
div.DivClassName
{
background-color: #FDA417;
}
.BgClassName
{
background-color: #FDA417;
}
</style>
border-color css
<style>
span { border-color: #FDA417; }
span { border-color: rgb(253,164,23); }
td.TdClassName
{
border-color: #FDA417;
}
.TagClassName
{
border-color: #FDA417;
}
</style>