Shades of Dark Tangerine #FBA711
Tints of Dark Tangerine #FBA711
RGB
CMYK
RGB Variations
Color information
#FBA711 (or 0xFBA711) is known color: Dark Tangerine. HEX triplet: FB, A7 and 11. RGB value is (251,167,17). Sum of RGB (Red+Green+Blue) = 251+167+17=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 17 (7.03% from 255 or 3.91% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA711 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA711 is #0458EE. Grayscale: #AFAFAF. Windows color (decimal): -284911 or 1157115. OLE color: 1157115.
HSL color Cylindrical-coordinate representation of color #FBA711: hue angle of 38.46º 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 #FBA711 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 17 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.02 |
| HSL | 38.46º | 0.97% | 0.53% | - |
| HSV(B) | 38.46º | 0.93% | 0.98% | - |
| XYZ | 53.7 | 48.19 | 7 | - |
| YUV | 175.02 | 38.83 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 17 | 0 | 0.33 | 0.93 | 0.02 | 38.46 | 0.97 | 0.53 |
| Hex | FB | A7 | 11 | 0 | 21 | 5D | 2 | 26 | 61 | 35 |
| Octal | 373 | 247 | 21 | 0 | 41 | 135 | 2 | 46 | 141 | 65 |
| Binary | 11111011 | 10100111 | 10001 | 0 | 100001 | 1011101 | 10 | 100110 | 1100001 | 110101 |
Color Harmonies of #FBA711
Complementary color
Monochromatic Colors of #FBA711
Black with #FBA711
Text Example
Text Example
White with #FBA711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA711; }
p { color: rgb(251,167,17); }
H1.HeaderClassName
{
color: #FBA711;
}
.AnyTagClassName
{
color: #FBA711;
}
</style>
background-color css
<style>
a { background-color: #FBA711; }
a { background-color: rgb(251,167,17); }
div.DivClassName
{
background-color: #FBA711;
}
.BgClassName
{
background-color: #FBA711;
}
</style>
border-color css
<style>
span { border-color: #FBA711; }
span { border-color: rgb(251,167,17); }
td.TdClassName
{
border-color: #FBA711;
}
.TagClassName
{
border-color: #FBA711;
}
</style>