Shades of Dark Tangerine #FBA31B
Tints of Dark Tangerine #FBA31B
RGB
CMYK
RGB Variations
Color information
#FBA31B (or 0xFBA31B) is known color: Dark Tangerine. HEX triplet: FB, A3 and 1B. RGB value is (251,163,27). Sum of RGB (Red+Green+Blue) = 251+163+27=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA31B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA31B is #045CE4. Grayscale: #AEAEAE. Windows color (decimal): -285925 or 1811451. OLE color: 1811451.
HSL color Cylindrical-coordinate representation of color #FBA31B: hue angle of 36.43º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FBA31B is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 27 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.02 |
| HSL | 36.43º | 0.97% | 0.55% | - |
| HSV(B) | 36.43º | 0.89% | 0.98% | - |
| XYZ | 53.08 | 46.78 | 7.27 | - |
| YUV | 173.81 | 45.15 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 27 | 0 | 0.35 | 0.89 | 0.02 | 36.43 | 0.97 | 0.55 |
| Hex | FB | A3 | 1B | 0 | 23 | 59 | 2 | 24 | 61 | 37 |
| Octal | 373 | 243 | 33 | 0 | 43 | 131 | 2 | 44 | 141 | 67 |
| Binary | 11111011 | 10100011 | 11011 | 0 | 100011 | 1011001 | 10 | 100100 | 1100001 | 110111 |
Color Harmonies of #FBA31B
Complementary color
Monochromatic Colors of #FBA31B
Black with #FBA31B
Text Example
Text Example
White with #FBA31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA31B; }
p { color: rgb(251,163,27); }
H1.HeaderClassName
{
color: #FBA31B;
}
.AnyTagClassName
{
color: #FBA31B;
}
</style>
background-color css
<style>
a { background-color: #FBA31B; }
a { background-color: rgb(251,163,27); }
div.DivClassName
{
background-color: #FBA31B;
}
.BgClassName
{
background-color: #FBA31B;
}
</style>
border-color css
<style>
span { border-color: #FBA31B; }
span { border-color: rgb(251,163,27); }
td.TdClassName
{
border-color: #FBA31B;
}
.TagClassName
{
border-color: #FBA31B;
}
</style>