Shades of Dark Tangerine #FDB917
Tints of Dark Tangerine #FDB917
RGB
CMYK
RGB Variations
Color information
#FDB917 (or 0xFDB917) is known color: Dark Tangerine. HEX triplet: FD, B9 and 17. RGB value is (253,185,23). Sum of RGB (Red+Green+Blue) = 253+185+23=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 23 (9.38% from 255 or 4.99% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB917 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB917 is #0246E8. Grayscale: #BBBBBB. Windows color (decimal): -149225 or 1554941. OLE color: 1554941.
HSL color Cylindrical-coordinate representation of color #FDB917: hue angle of 42.26º 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 #FDB917 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 23 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.01 |
| HSL | 42.26º | 0.98% | 0.54% | - |
| HSV(B) | 42.26º | 0.91% | 0.99% | - |
| XYZ | 58.01 | 55.64 | 8.49 | - |
| YUV | 186.86 | 35.53 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 23 | 0 | 0.27 | 0.91 | 0.01 | 42.26 | 0.98 | 0.54 |
| Hex | FD | B9 | 17 | 0 | 1B | 5B | 1 | 2A | 62 | 36 |
| Octal | 375 | 271 | 27 | 0 | 33 | 133 | 1 | 52 | 142 | 66 |
| Binary | 11111101 | 10111001 | 10111 | 0 | 11011 | 1011011 | 1 | 101010 | 1100010 | 110110 |
Color Harmonies of #FDB917
Complementary color
Monochromatic Colors of #FDB917
Black with #FDB917
Text Example
Text Example
White with #FDB917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB917; }
p { color: rgb(253,185,23); }
H1.HeaderClassName
{
color: #FDB917;
}
.AnyTagClassName
{
color: #FDB917;
}
</style>
background-color css
<style>
a { background-color: #FDB917; }
a { background-color: rgb(253,185,23); }
div.DivClassName
{
background-color: #FDB917;
}
.BgClassName
{
background-color: #FDB917;
}
</style>
border-color css
<style>
span { border-color: #FDB917; }
span { border-color: rgb(253,185,23); }
td.TdClassName
{
border-color: #FDB917;
}
.TagClassName
{
border-color: #FDB917;
}
</style>