Shades of Dark Tangerine #FDB211
Tints of Dark Tangerine #FDB211
RGB
CMYK
RGB Variations
Color information
#FDB211 (or 0xFDB211) is known color: Dark Tangerine. HEX triplet: FD, B2 and 11. RGB value is (253,178,17). Sum of RGB (Red+Green+Blue) = 253+178+17=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 17 (7.03% from 255 or 3.79% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB211 is #024DEE. Grayscale: #B6B6B6. Windows color (decimal): -151023 or 1159933. OLE color: 1159933.
HSL color Cylindrical-coordinate representation of color #FDB211: hue angle of 40.93º 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 #FDB211 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 17 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.01 |
| HSL | 40.93º | 0.98% | 0.53% | - |
| HSV(B) | 40.93º | 0.93% | 0.99% | - |
| XYZ | 56.53 | 52.76 | 7.74 | - |
| YUV | 182.07 | 34.85 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 17 | 0 | 0.30 | 0.93 | 0.01 | 40.93 | 0.98 | 0.53 |
| Hex | FD | B2 | 11 | 0 | 1E | 5D | 1 | 29 | 62 | 35 |
| Octal | 375 | 262 | 21 | 0 | 36 | 135 | 1 | 51 | 142 | 65 |
| Binary | 11111101 | 10110010 | 10001 | 0 | 11110 | 1011101 | 1 | 101001 | 1100010 | 110101 |
Color Harmonies of #FDB211
Complementary color
Monochromatic Colors of #FDB211
Black with #FDB211
Text Example
Text Example
White with #FDB211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB211; }
p { color: rgb(253,178,17); }
H1.HeaderClassName
{
color: #FDB211;
}
.AnyTagClassName
{
color: #FDB211;
}
</style>
background-color css
<style>
a { background-color: #FDB211; }
a { background-color: rgb(253,178,17); }
div.DivClassName
{
background-color: #FDB211;
}
.BgClassName
{
background-color: #FDB211;
}
</style>
border-color css
<style>
span { border-color: #FDB211; }
span { border-color: rgb(253,178,17); }
td.TdClassName
{
border-color: #FDB211;
}
.TagClassName
{
border-color: #FDB211;
}
</style>