Shades of Dark Tangerine #FBA50E
Tints of Dark Tangerine #FBA50E
RGB
CMYK
RGB Variations
Color information
#FBA50E (or 0xFBA50E) is known color: Dark Tangerine. HEX triplet: FB, A5 and 0E. RGB value is (251,165,14). Sum of RGB (Red+Green+Blue) = 251+165+14=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA50E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA50E is #045AF1. Grayscale: #AEAEAE. Windows color (decimal): -285426 or 959995. OLE color: 959995.
HSL color Cylindrical-coordinate representation of color #FBA50E: hue angle of 38.23º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBA50E is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 14 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.02 |
| HSL | 38.23º | 0.97% | 0.52% | - |
| HSV(B) | 38.23º | 0.94% | 0.98% | - |
| XYZ | 53.32 | 47.45 | 6.76 | - |
| YUV | 173.5 | 37.99 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 14 | 0 | 0.34 | 0.94 | 0.02 | 38.23 | 0.97 | 0.52 |
| Hex | FB | A5 | E | 0 | 22 | 5E | 2 | 26 | 61 | 34 |
| Octal | 373 | 245 | 16 | 0 | 42 | 136 | 2 | 46 | 141 | 64 |
| Binary | 11111011 | 10100101 | 1110 | 0 | 100010 | 1011110 | 10 | 100110 | 1100001 | 110100 |
Color Harmonies of #FBA50E
Complementary color
Monochromatic Colors of #FBA50E
Black with #FBA50E
Text Example
Text Example
White with #FBA50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA50E; }
p { color: rgb(251,165,14); }
H1.HeaderClassName
{
color: #FBA50E;
}
.AnyTagClassName
{
color: #FBA50E;
}
</style>
background-color css
<style>
a { background-color: #FBA50E; }
a { background-color: rgb(251,165,14); }
div.DivClassName
{
background-color: #FBA50E;
}
.BgClassName
{
background-color: #FBA50E;
}
</style>
border-color css
<style>
span { border-color: #FBA50E; }
span { border-color: rgb(251,165,14); }
td.TdClassName
{
border-color: #FBA50E;
}
.TagClassName
{
border-color: #FBA50E;
}
</style>