Shades of Dark Tangerine #FBA811
Tints of Dark Tangerine #FBA811
RGB
CMYK
RGB Variations
Color information
#FBA811 (or 0xFBA811) is known color: Dark Tangerine. HEX triplet: FB, A8 and 11. RGB value is (251,168,17). Sum of RGB (Red+Green+Blue) = 251+168+17=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 17 (7.03% from 255 or 3.90% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA811 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA811 is #0457EE. Grayscale: #B0B0B0. Windows color (decimal): -284655 or 1157371. OLE color: 1157371.
HSL color Cylindrical-coordinate representation of color #FBA811: hue angle of 38.72º 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 #FBA811 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 17 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.02 |
| HSL | 38.72º | 0.97% | 0.53% | - |
| HSV(B) | 38.72º | 0.93% | 0.98% | - |
| XYZ | 53.89 | 48.55 | 7.06 | - |
| YUV | 175.6 | 38.5 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 17 | 0 | 0.33 | 0.93 | 0.02 | 38.72 | 0.97 | 0.53 |
| Hex | FB | A8 | 11 | 0 | 21 | 5D | 2 | 27 | 61 | 35 |
| Octal | 373 | 250 | 21 | 0 | 41 | 135 | 2 | 47 | 141 | 65 |
| Binary | 11111011 | 10101000 | 10001 | 0 | 100001 | 1011101 | 10 | 100111 | 1100001 | 110101 |
Color Harmonies of #FBA811
Complementary color
Monochromatic Colors of #FBA811
Black with #FBA811
Text Example
Text Example
White with #FBA811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA811; }
p { color: rgb(251,168,17); }
H1.HeaderClassName
{
color: #FBA811;
}
.AnyTagClassName
{
color: #FBA811;
}
</style>
background-color css
<style>
a { background-color: #FBA811; }
a { background-color: rgb(251,168,17); }
div.DivClassName
{
background-color: #FBA811;
}
.BgClassName
{
background-color: #FBA811;
}
</style>
border-color css
<style>
span { border-color: #FBA811; }
span { border-color: rgb(251,168,17); }
td.TdClassName
{
border-color: #FBA811;
}
.TagClassName
{
border-color: #FBA811;
}
</style>