Shades of Dark Tangerine #FDB317
Tints of Dark Tangerine #FDB317
RGB
CMYK
RGB Variations
Color information
#FDB317 (or 0xFDB317) is known color: Dark Tangerine. HEX triplet: FD, B3 and 17. RGB value is (253,179,23). Sum of RGB (Red+Green+Blue) = 253+179+23=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 23 (9.38% from 255 or 5.05% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB317 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB317 is #024CE8. Grayscale: #B8B8B8. Windows color (decimal): -150761 or 1553405. OLE color: 1553405.
HSL color Cylindrical-coordinate representation of color #FDB317: hue angle of 40.7º 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 #FDB317 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 23 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.01 |
| HSL | 40.7º | 0.98% | 0.54% | - |
| HSV(B) | 40.7º | 0.91% | 0.99% | - |
| XYZ | 56.78 | 53.18 | 8.08 | - |
| YUV | 183.34 | 37.52 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 23 | 0 | 0.29 | 0.91 | 0.01 | 40.7 | 0.98 | 0.54 |
| Hex | FD | B3 | 17 | 0 | 1D | 5B | 1 | 29 | 62 | 36 |
| Octal | 375 | 263 | 27 | 0 | 35 | 133 | 1 | 51 | 142 | 66 |
| Binary | 11111101 | 10110011 | 10111 | 0 | 11101 | 1011011 | 1 | 101001 | 1100010 | 110110 |
Color Harmonies of #FDB317
Complementary color
Monochromatic Colors of #FDB317
Black with #FDB317
Text Example
Text Example
White with #FDB317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB317; }
p { color: rgb(253,179,23); }
H1.HeaderClassName
{
color: #FDB317;
}
.AnyTagClassName
{
color: #FDB317;
}
</style>
background-color css
<style>
a { background-color: #FDB317; }
a { background-color: rgb(253,179,23); }
div.DivClassName
{
background-color: #FDB317;
}
.BgClassName
{
background-color: #FDB317;
}
</style>
border-color css
<style>
span { border-color: #FDB317; }
span { border-color: rgb(253,179,23); }
td.TdClassName
{
border-color: #FDB317;
}
.TagClassName
{
border-color: #FDB317;
}
</style>