Shades of Dark Tangerine #FDB210
Tints of Dark Tangerine #FDB210
RGB
CMYK
RGB Variations
Color information
#FDB210 (or 0xFDB210) is known color: Dark Tangerine. HEX triplet: FD, B2 and 10. RGB value is (253,178,16). Sum of RGB (Red+Green+Blue) = 253+178+16=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB210 is #024DEF. Grayscale: #B6B6B6. Windows color (decimal): -151024 or 1094397. OLE color: 1094397.
HSL color Cylindrical-coordinate representation of color #FDB210: hue angle of 41.01º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDB210 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 16 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.01 |
| HSL | 41.01º | 0.98% | 0.53% | - |
| HSV(B) | 41.01º | 0.94% | 0.99% | - |
| XYZ | 56.52 | 52.76 | 7.7 | - |
| YUV | 181.96 | 34.35 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 16 | 0 | 0.30 | 0.94 | 0.01 | 41.01 | 0.98 | 0.53 |
| Hex | FD | B2 | 10 | 0 | 1E | 5E | 1 | 29 | 62 | 35 |
| Octal | 375 | 262 | 20 | 0 | 36 | 136 | 1 | 51 | 142 | 65 |
| Binary | 11111101 | 10110010 | 10000 | 0 | 11110 | 1011110 | 1 | 101001 | 1100010 | 110101 |
Color Harmonies of #FDB210
Complementary color
Monochromatic Colors of #FDB210
Black with #FDB210
Text Example
Text Example
White with #FDB210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB210; }
p { color: rgb(253,178,16); }
H1.HeaderClassName
{
color: #FDB210;
}
.AnyTagClassName
{
color: #FDB210;
}
</style>
background-color css
<style>
a { background-color: #FDB210; }
a { background-color: rgb(253,178,16); }
div.DivClassName
{
background-color: #FDB210;
}
.BgClassName
{
background-color: #FDB210;
}
</style>
border-color css
<style>
span { border-color: #FDB210; }
span { border-color: rgb(253,178,16); }
td.TdClassName
{
border-color: #FDB210;
}
.TagClassName
{
border-color: #FDB210;
}
</style>