Shades of Dark Tangerine #FBA611
Tints of Dark Tangerine #FBA611
RGB
CMYK
RGB Variations
Color information
#FBA611 (or 0xFBA611) is known color: Dark Tangerine. HEX triplet: FB, A6 and 11. RGB value is (251,166,17). Sum of RGB (Red+Green+Blue) = 251+166+17=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 17 (7.03% from 255 or 3.92% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA611 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA611 is #0459EE. Grayscale: #AFAFAF. Windows color (decimal): -285167 or 1156859. OLE color: 1156859.
HSL color Cylindrical-coordinate representation of color #FBA611: hue angle of 38.21º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FBA611 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 17 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.02 |
| HSL | 38.21º | 0.97% | 0.53% | - |
| HSV(B) | 38.21º | 0.93% | 0.98% | - |
| XYZ | 53.52 | 47.82 | 6.94 | - |
| YUV | 174.43 | 39.16 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 17 | 0 | 0.34 | 0.93 | 0.02 | 38.21 | 0.97 | 0.53 |
| Hex | FB | A6 | 11 | 0 | 22 | 5D | 2 | 26 | 61 | 35 |
| Octal | 373 | 246 | 21 | 0 | 42 | 135 | 2 | 46 | 141 | 65 |
| Binary | 11111011 | 10100110 | 10001 | 0 | 100010 | 1011101 | 10 | 100110 | 1100001 | 110101 |
Color Harmonies of #FBA611
Complementary color
Monochromatic Colors of #FBA611
Black with #FBA611
Text Example
Text Example
White with #FBA611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA611; }
p { color: rgb(251,166,17); }
H1.HeaderClassName
{
color: #FBA611;
}
.AnyTagClassName
{
color: #FBA611;
}
</style>
background-color css
<style>
a { background-color: #FBA611; }
a { background-color: rgb(251,166,17); }
div.DivClassName
{
background-color: #FBA611;
}
.BgClassName
{
background-color: #FBA611;
}
</style>
border-color css
<style>
span { border-color: #FBA611; }
span { border-color: rgb(251,166,17); }
td.TdClassName
{
border-color: #FBA611;
}
.TagClassName
{
border-color: #FBA611;
}
</style>