Shades of Dark Tangerine #FDB016
Tints of Dark Tangerine #FDB016
RGB
CMYK
RGB Variations
Color information
#FDB016 (or 0xFDB016) is known color: Dark Tangerine. HEX triplet: FD, B0 and 16. RGB value is (253,176,22). Sum of RGB (Red+Green+Blue) = 253+176+22=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 22 (8.98% from 255 or 4.88% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB016 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB016 is #024FE9. Grayscale: #B6B6B6. Windows color (decimal): -151530 or 1487101. OLE color: 1487101.
HSL color Cylindrical-coordinate representation of color #FDB016: hue angle of 40º 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 #FDB016 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 22 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.01 |
| HSL | 40º | 0.98% | 0.54% | - |
| HSV(B) | 40º | 0.91% | 0.99% | - |
| XYZ | 56.18 | 51.99 | 7.83 | - |
| YUV | 181.47 | 38.01 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 22 | 0 | 0.30 | 0.91 | 0.01 | 40 | 0.98 | 0.54 |
| Hex | FD | B0 | 16 | 0 | 1E | 5B | 1 | 28 | 62 | 36 |
| Octal | 375 | 260 | 26 | 0 | 36 | 133 | 1 | 50 | 142 | 66 |
| Binary | 11111101 | 10110000 | 10110 | 0 | 11110 | 1011011 | 1 | 101000 | 1100010 | 110110 |
Color Harmonies of #FDB016
Complementary color
Monochromatic Colors of #FDB016
Black with #FDB016
Text Example
Text Example
White with #FDB016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB016; }
p { color: rgb(253,176,22); }
H1.HeaderClassName
{
color: #FDB016;
}
.AnyTagClassName
{
color: #FDB016;
}
</style>
background-color css
<style>
a { background-color: #FDB016; }
a { background-color: rgb(253,176,22); }
div.DivClassName
{
background-color: #FDB016;
}
.BgClassName
{
background-color: #FDB016;
}
</style>
border-color css
<style>
span { border-color: #FDB016; }
span { border-color: rgb(253,176,22); }
td.TdClassName
{
border-color: #FDB016;
}
.TagClassName
{
border-color: #FDB016;
}
</style>