Shades of Dark Tangerine #FDB014
Tints of Dark Tangerine #FDB014
RGB
CMYK
RGB Variations
Color information
#FDB014 (or 0xFDB014) is known color: Dark Tangerine. HEX triplet: FD, B0 and 14. RGB value is (253,176,20). Sum of RGB (Red+Green+Blue) = 253+176+20=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB014 is #024FEB. Grayscale: #B5B5B5. Windows color (decimal): -151532 or 1356029. OLE color: 1356029.
HSL color Cylindrical-coordinate representation of color #FDB014: hue angle of 40.17º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDB014 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 20 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.01 |
| HSL | 40.17º | 0.98% | 0.54% | - |
| HSV(B) | 40.17º | 0.92% | 0.99% | - |
| XYZ | 56.16 | 51.98 | 7.74 | - |
| YUV | 181.24 | 37.01 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 20 | 0 | 0.30 | 0.92 | 0.01 | 40.17 | 0.98 | 0.54 |
| Hex | FD | B0 | 14 | 0 | 1E | 5C | 1 | 28 | 62 | 36 |
| Octal | 375 | 260 | 24 | 0 | 36 | 134 | 1 | 50 | 142 | 66 |
| Binary | 11111101 | 10110000 | 10100 | 0 | 11110 | 1011100 | 1 | 101000 | 1100010 | 110110 |
Color Harmonies of #FDB014
Complementary color
Monochromatic Colors of #FDB014
Black with #FDB014
Text Example
Text Example
White with #FDB014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB014; }
p { color: rgb(253,176,20); }
H1.HeaderClassName
{
color: #FDB014;
}
.AnyTagClassName
{
color: #FDB014;
}
</style>
background-color css
<style>
a { background-color: #FDB014; }
a { background-color: rgb(253,176,20); }
div.DivClassName
{
background-color: #FDB014;
}
.BgClassName
{
background-color: #FDB014;
}
</style>
border-color css
<style>
span { border-color: #FDB014; }
span { border-color: rgb(253,176,20); }
td.TdClassName
{
border-color: #FDB014;
}
.TagClassName
{
border-color: #FDB014;
}
</style>