Shades of Dark Tangerine #FDB011
Tints of Dark Tangerine #FDB011
RGB
CMYK
RGB Variations
Color information
#FDB011 (or 0xFDB011) is known color: Dark Tangerine. HEX triplet: FD, B0 and 11. RGB value is (253,176,17). Sum of RGB (Red+Green+Blue) = 253+176+17=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 17 (7.03% from 255 or 3.81% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB011 is #024FEE. Grayscale: #B5B5B5. Windows color (decimal): -151535 or 1159421. OLE color: 1159421.
HSL color Cylindrical-coordinate representation of color #FDB011: hue angle of 40.42º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDB011 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 17 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.01 |
| HSL | 40.42º | 0.98% | 0.53% | - |
| HSV(B) | 40.42º | 0.93% | 0.99% | - |
| XYZ | 56.13 | 51.97 | 7.6 | - |
| YUV | 180.9 | 35.51 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 17 | 0 | 0.30 | 0.93 | 0.01 | 40.42 | 0.98 | 0.53 |
| Hex | FD | B0 | 11 | 0 | 1E | 5D | 1 | 28 | 62 | 35 |
| Octal | 375 | 260 | 21 | 0 | 36 | 135 | 1 | 50 | 142 | 65 |
| Binary | 11111101 | 10110000 | 10001 | 0 | 11110 | 1011101 | 1 | 101000 | 1100010 | 110101 |
Color Harmonies of #FDB011
Complementary color
Monochromatic Colors of #FDB011
Black with #FDB011
Text Example
Text Example
White with #FDB011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB011; }
p { color: rgb(253,176,17); }
H1.HeaderClassName
{
color: #FDB011;
}
.AnyTagClassName
{
color: #FDB011;
}
</style>
background-color css
<style>
a { background-color: #FDB011; }
a { background-color: rgb(253,176,17); }
div.DivClassName
{
background-color: #FDB011;
}
.BgClassName
{
background-color: #FDB011;
}
</style>
border-color css
<style>
span { border-color: #FDB011; }
span { border-color: rgb(253,176,17); }
td.TdClassName
{
border-color: #FDB011;
}
.TagClassName
{
border-color: #FDB011;
}
</style>