Shades of Dark Tangerine #FDB617
Tints of Dark Tangerine #FDB617
RGB
CMYK
RGB Variations
Color information
#FDB617 (or 0xFDB617) is known color: Dark Tangerine. HEX triplet: FD, B6 and 17. RGB value is (253,182,23). Sum of RGB (Red+Green+Blue) = 253+182+23=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 23 (9.38% from 255 or 5.02% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB617 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB617 is #0249E8. Grayscale: #B9B9B9. Windows color (decimal): -149993 or 1554173. OLE color: 1554173.
HSL color Cylindrical-coordinate representation of color #FDB617: hue angle of 41.48º 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 #FDB617 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 23 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.01 |
| HSL | 41.48º | 0.98% | 0.54% | - |
| HSV(B) | 41.48º | 0.91% | 0.99% | - |
| XYZ | 57.39 | 54.4 | 8.29 | - |
| YUV | 185.1 | 36.52 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 23 | 0 | 0.28 | 0.91 | 0.01 | 41.48 | 0.98 | 0.54 |
| Hex | FD | B6 | 17 | 0 | 1C | 5B | 1 | 29 | 62 | 36 |
| Octal | 375 | 266 | 27 | 0 | 34 | 133 | 1 | 51 | 142 | 66 |
| Binary | 11111101 | 10110110 | 10111 | 0 | 11100 | 1011011 | 1 | 101001 | 1100010 | 110110 |
Color Harmonies of #FDB617
Complementary color
Monochromatic Colors of #FDB617
Black with #FDB617
Text Example
Text Example
White with #FDB617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB617; }
p { color: rgb(253,182,23); }
H1.HeaderClassName
{
color: #FDB617;
}
.AnyTagClassName
{
color: #FDB617;
}
</style>
background-color css
<style>
a { background-color: #FDB617; }
a { background-color: rgb(253,182,23); }
div.DivClassName
{
background-color: #FDB617;
}
.BgClassName
{
background-color: #FDB617;
}
</style>
border-color css
<style>
span { border-color: #FDB617; }
span { border-color: rgb(253,182,23); }
td.TdClassName
{
border-color: #FDB617;
}
.TagClassName
{
border-color: #FDB617;
}
</style>