Shades of Dark Tangerine #FBA31E
Tints of Dark Tangerine #FBA31E
RGB
CMYK
RGB Variations
Color information
#FBA31E (or 0xFBA31E) is known color: Dark Tangerine. HEX triplet: FB, A3 and 1E. RGB value is (251,163,30). Sum of RGB (Red+Green+Blue) = 251+163+30=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 30 (12.11% from 255 or 6.76% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA31E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA31E is #045CE1. Grayscale: #AEAEAE. Windows color (decimal): -285922 or 2008059. OLE color: 2008059.
HSL color Cylindrical-coordinate representation of color #FBA31E: hue angle of 36.11º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FBA31E is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 30 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.02 |
| HSL | 36.11º | 0.97% | 0.55% | - |
| HSV(B) | 36.11º | 0.88% | 0.98% | - |
| XYZ | 53.12 | 46.8 | 7.46 | - |
| YUV | 174.15 | 46.65 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 30 | 0 | 0.35 | 0.88 | 0.02 | 36.11 | 0.97 | 0.55 |
| Hex | FB | A3 | 1E | 0 | 23 | 58 | 2 | 24 | 61 | 37 |
| Octal | 373 | 243 | 36 | 0 | 43 | 130 | 2 | 44 | 141 | 67 |
| Binary | 11111011 | 10100011 | 11110 | 0 | 100011 | 1011000 | 10 | 100100 | 1100001 | 110111 |
Color Harmonies of #FBA31E
Complementary color
Monochromatic Colors of #FBA31E
Black with #FBA31E
Text Example
Text Example
White with #FBA31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA31E; }
p { color: rgb(251,163,30); }
H1.HeaderClassName
{
color: #FBA31E;
}
.AnyTagClassName
{
color: #FBA31E;
}
</style>
background-color css
<style>
a { background-color: #FBA31E; }
a { background-color: rgb(251,163,30); }
div.DivClassName
{
background-color: #FBA31E;
}
.BgClassName
{
background-color: #FBA31E;
}
</style>
border-color css
<style>
span { border-color: #FBA31E; }
span { border-color: rgb(251,163,30); }
td.TdClassName
{
border-color: #FBA31E;
}
.TagClassName
{
border-color: #FBA31E;
}
</style>