Shades of Dark Tangerine #FDB916
Tints of Dark Tangerine #FDB916
RGB
CMYK
RGB Variations
Color information
#FDB916 (or 0xFDB916) is known color: Dark Tangerine. HEX triplet: FD, B9 and 16. RGB value is (253,185,22). Sum of RGB (Red+Green+Blue) = 253+185+22=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 22 (8.98% from 255 or 4.78% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB916 is #0246E9. Grayscale: #BBBBBB. Windows color (decimal): -149226 or 1489405. OLE color: 1489405.
HSL color Cylindrical-coordinate representation of color #FDB916: hue angle of 42.34º 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 #FDB916 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 22 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.01 |
| HSL | 42.34º | 0.98% | 0.54% | - |
| HSV(B) | 42.34º | 0.91% | 0.99% | - |
| XYZ | 58 | 55.64 | 8.44 | - |
| YUV | 186.75 | 35.03 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 22 | 0 | 0.27 | 0.91 | 0.01 | 42.34 | 0.98 | 0.54 |
| Hex | FD | B9 | 16 | 0 | 1B | 5B | 1 | 2A | 62 | 36 |
| Octal | 375 | 271 | 26 | 0 | 33 | 133 | 1 | 52 | 142 | 66 |
| Binary | 11111101 | 10111001 | 10110 | 0 | 11011 | 1011011 | 1 | 101010 | 1100010 | 110110 |
Color Harmonies of #FDB916
Complementary color
Monochromatic Colors of #FDB916
Black with #FDB916
Text Example
Text Example
White with #FDB916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB916; }
p { color: rgb(253,185,22); }
H1.HeaderClassName
{
color: #FDB916;
}
.AnyTagClassName
{
color: #FDB916;
}
</style>
background-color css
<style>
a { background-color: #FDB916; }
a { background-color: rgb(253,185,22); }
div.DivClassName
{
background-color: #FDB916;
}
.BgClassName
{
background-color: #FDB916;
}
</style>
border-color css
<style>
span { border-color: #FDB916; }
span { border-color: rgb(253,185,22); }
td.TdClassName
{
border-color: #FDB916;
}
.TagClassName
{
border-color: #FDB916;
}
</style>