Shades of Dark Tangerine #FBA31D
Tints of Dark Tangerine #FBA31D
RGB
CMYK
RGB Variations
Color information
#FBA31D (or 0xFBA31D) is known color: Dark Tangerine. HEX triplet: FB, A3 and 1D. RGB value is (251,163,29). Sum of RGB (Red+Green+Blue) = 251+163+29=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA31D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA31D is #045CE2. Grayscale: #AEAEAE. Windows color (decimal): -285923 or 1942523. OLE color: 1942523.
HSL color Cylindrical-coordinate representation of color #FBA31D: hue angle of 36.22º 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 #FBA31D is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 29 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.02 |
| HSL | 36.22º | 0.97% | 0.55% | - |
| HSV(B) | 36.22º | 0.88% | 0.98% | - |
| XYZ | 53.1 | 46.79 | 7.4 | - |
| YUV | 174.04 | 46.15 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 29 | 0 | 0.35 | 0.88 | 0.02 | 36.22 | 0.97 | 0.55 |
| Hex | FB | A3 | 1D | 0 | 23 | 58 | 2 | 24 | 61 | 37 |
| Octal | 373 | 243 | 35 | 0 | 43 | 130 | 2 | 44 | 141 | 67 |
| Binary | 11111011 | 10100011 | 11101 | 0 | 100011 | 1011000 | 10 | 100100 | 1100001 | 110111 |
Color Harmonies of #FBA31D
Complementary color
Monochromatic Colors of #FBA31D
Black with #FBA31D
Text Example
Text Example
White with #FBA31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA31D; }
p { color: rgb(251,163,29); }
H1.HeaderClassName
{
color: #FBA31D;
}
.AnyTagClassName
{
color: #FBA31D;
}
</style>
background-color css
<style>
a { background-color: #FBA31D; }
a { background-color: rgb(251,163,29); }
div.DivClassName
{
background-color: #FBA31D;
}
.BgClassName
{
background-color: #FBA31D;
}
</style>
border-color css
<style>
span { border-color: #FBA31D; }
span { border-color: rgb(251,163,29); }
td.TdClassName
{
border-color: #FBA31D;
}
.TagClassName
{
border-color: #FBA31D;
}
</style>