Shades of Dark Tangerine #FDB010
Tints of Dark Tangerine #FDB010
RGB
CMYK
RGB Variations
Color information
#FDB010 (or 0xFDB010) is known color: Dark Tangerine. HEX triplet: FD, B0 and 10. RGB value is (253,176,16). Sum of RGB (Red+Green+Blue) = 253+176+16=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 16 (6.64% from 255 or 3.60% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB010 is #024FEF. Grayscale: #B5B5B5. Windows color (decimal): -151536 or 1093885. OLE color: 1093885.
HSL color Cylindrical-coordinate representation of color #FDB010: hue angle of 40.51º 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 #FDB010 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 16 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.01 |
| HSL | 40.51º | 0.98% | 0.53% | - |
| HSV(B) | 40.51º | 0.94% | 0.99% | - |
| XYZ | 56.13 | 51.97 | 7.56 | - |
| YUV | 180.78 | 35.01 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 16 | 0 | 0.30 | 0.94 | 0.01 | 40.51 | 0.98 | 0.53 |
| Hex | FD | B0 | 10 | 0 | 1E | 5E | 1 | 29 | 62 | 35 |
| Octal | 375 | 260 | 20 | 0 | 36 | 136 | 1 | 51 | 142 | 65 |
| Binary | 11111101 | 10110000 | 10000 | 0 | 11110 | 1011110 | 1 | 101001 | 1100010 | 110101 |
Color Harmonies of #FDB010
Complementary color
Monochromatic Colors of #FDB010
Black with #FDB010
Text Example
Text Example
White with #FDB010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB010; }
p { color: rgb(253,176,16); }
H1.HeaderClassName
{
color: #FDB010;
}
.AnyTagClassName
{
color: #FDB010;
}
</style>
background-color css
<style>
a { background-color: #FDB010; }
a { background-color: rgb(253,176,16); }
div.DivClassName
{
background-color: #FDB010;
}
.BgClassName
{
background-color: #FDB010;
}
</style>
border-color css
<style>
span { border-color: #FDB010; }
span { border-color: rgb(253,176,16); }
td.TdClassName
{
border-color: #FDB010;
}
.TagClassName
{
border-color: #FDB010;
}
</style>