Shades of Dark Tangerine #FBA314
Tints of Dark Tangerine #FBA314
RGB
CMYK
RGB Variations
Color information
#FBA314 (or 0xFBA314) is known color: Dark Tangerine. HEX triplet: FB, A3 and 14. RGB value is (251,163,20). Sum of RGB (Red+Green+Blue) = 251+163+20=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA314 is #045CEB. Grayscale: #ADADAD. Windows color (decimal): -285932 or 1352699. OLE color: 1352699.
HSL color Cylindrical-coordinate representation of color #FBA314: hue angle of 37.14º 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 #FBA314 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 20 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.02 |
| HSL | 37.14º | 0.97% | 0.53% | - |
| HSV(B) | 37.14º | 0.92% | 0.98% | - |
| XYZ | 53.01 | 46.75 | 6.89 | - |
| YUV | 173.01 | 41.65 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 20 | 0 | 0.35 | 0.92 | 0.02 | 37.14 | 0.97 | 0.53 |
| Hex | FB | A3 | 14 | 0 | 23 | 5C | 2 | 25 | 61 | 35 |
| Octal | 373 | 243 | 24 | 0 | 43 | 134 | 2 | 45 | 141 | 65 |
| Binary | 11111011 | 10100011 | 10100 | 0 | 100011 | 1011100 | 10 | 100101 | 1100001 | 110101 |
Color Harmonies of #FBA314
Complementary color
Monochromatic Colors of #FBA314
Black with #FBA314
Text Example
Text Example
White with #FBA314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA314; }
p { color: rgb(251,163,20); }
H1.HeaderClassName
{
color: #FBA314;
}
.AnyTagClassName
{
color: #FBA314;
}
</style>
background-color css
<style>
a { background-color: #FBA314; }
a { background-color: rgb(251,163,20); }
div.DivClassName
{
background-color: #FBA314;
}
.BgClassName
{
background-color: #FBA314;
}
</style>
border-color css
<style>
span { border-color: #FBA314; }
span { border-color: rgb(251,163,20); }
td.TdClassName
{
border-color: #FBA314;
}
.TagClassName
{
border-color: #FBA314;
}
</style>