Shades of Dark Tangerine #FBA913
Tints of Dark Tangerine #FBA913
RGB
CMYK
RGB Variations
Color information
#FBA913 (or 0xFBA913) is known color: Dark Tangerine. HEX triplet: FB, A9 and 13. RGB value is (251,169,19). Sum of RGB (Red+Green+Blue) = 251+169+19=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 19 (7.81% from 255 or 4.33% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA913 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA913 is #0456EC. Grayscale: #B1B1B1. Windows color (decimal): -284397 or 1288699. OLE color: 1288699.
HSL color Cylindrical-coordinate representation of color #FBA913: hue angle of 38.79º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FBA913 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 19 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.02 |
| HSL | 38.79º | 0.97% | 0.53% | - |
| HSV(B) | 38.79º | 0.92% | 0.98% | - |
| XYZ | 54.09 | 48.93 | 7.21 | - |
| YUV | 176.42 | 39.17 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 19 | 0 | 0.33 | 0.92 | 0.02 | 38.79 | 0.97 | 0.53 |
| Hex | FB | A9 | 13 | 0 | 21 | 5C | 2 | 27 | 61 | 35 |
| Octal | 373 | 251 | 23 | 0 | 41 | 134 | 2 | 47 | 141 | 65 |
| Binary | 11111011 | 10101001 | 10011 | 0 | 100001 | 1011100 | 10 | 100111 | 1100001 | 110101 |
Color Harmonies of #FBA913
Complementary color
Monochromatic Colors of #FBA913
Black with #FBA913
Text Example
Text Example
White with #FBA913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA913; }
p { color: rgb(251,169,19); }
H1.HeaderClassName
{
color: #FBA913;
}
.AnyTagClassName
{
color: #FBA913;
}
</style>
background-color css
<style>
a { background-color: #FBA913; }
a { background-color: rgb(251,169,19); }
div.DivClassName
{
background-color: #FBA913;
}
.BgClassName
{
background-color: #FBA913;
}
</style>
border-color css
<style>
span { border-color: #FBA913; }
span { border-color: rgb(251,169,19); }
td.TdClassName
{
border-color: #FBA913;
}
.TagClassName
{
border-color: #FBA913;
}
</style>