Shades of Dark Tangerine #FDB711
Tints of Dark Tangerine #FDB711
RGB
CMYK
RGB Variations
Color information
#FDB711 (or 0xFDB711) is known color: Dark Tangerine. HEX triplet: FD, B7 and 11. RGB value is (253,183,17). Sum of RGB (Red+Green+Blue) = 253+183+17=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 17 (7.03% from 255 or 3.75% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB711 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB711 is #0248EE. Grayscale: #B9B9B9. Windows color (decimal): -149743 or 1161213. OLE color: 1161213.
HSL color Cylindrical-coordinate representation of color #FDB711: hue angle of 42.2º 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 #FDB711 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 17 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.01 |
| HSL | 42.2º | 0.98% | 0.53% | - |
| HSV(B) | 42.2º | 0.93% | 0.99% | - |
| XYZ | 57.54 | 54.79 | 8.07 | - |
| YUV | 185.01 | 33.19 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 17 | 0 | 0.28 | 0.93 | 0.01 | 42.2 | 0.98 | 0.53 |
| Hex | FD | B7 | 11 | 0 | 1C | 5D | 1 | 2A | 62 | 35 |
| Octal | 375 | 267 | 21 | 0 | 34 | 135 | 1 | 52 | 142 | 65 |
| Binary | 11111101 | 10110111 | 10001 | 0 | 11100 | 1011101 | 1 | 101010 | 1100010 | 110101 |
Color Harmonies of #FDB711
Complementary color
Monochromatic Colors of #FDB711
Black with #FDB711
Text Example
Text Example
White with #FDB711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB711; }
p { color: rgb(253,183,17); }
H1.HeaderClassName
{
color: #FDB711;
}
.AnyTagClassName
{
color: #FDB711;
}
</style>
background-color css
<style>
a { background-color: #FDB711; }
a { background-color: rgb(253,183,17); }
div.DivClassName
{
background-color: #FDB711;
}
.BgClassName
{
background-color: #FDB711;
}
</style>
border-color css
<style>
span { border-color: #FDB711; }
span { border-color: rgb(253,183,17); }
td.TdClassName
{
border-color: #FDB711;
}
.TagClassName
{
border-color: #FDB711;
}
</style>