Shades of Dark Tangerine #FBA310
Tints of Dark Tangerine #FBA310
RGB
CMYK
RGB Variations
Color information
#FBA310 (or 0xFBA310) is known color: Dark Tangerine. HEX triplet: FB, A3 and 10. RGB value is (251,163,16). Sum of RGB (Red+Green+Blue) = 251+163+16=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA310 is #045CEF. Grayscale: #ADADAD. Windows color (decimal): -285936 or 1090555. OLE color: 1090555.
HSL color Cylindrical-coordinate representation of color #FBA310: hue angle of 37.53º 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 #FBA310 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 16 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.02 |
| HSL | 37.53º | 0.97% | 0.52% | - |
| HSV(B) | 37.53º | 0.94% | 0.98% | - |
| XYZ | 52.97 | 46.74 | 6.72 | - |
| YUV | 172.55 | 39.65 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 16 | 0 | 0.35 | 0.94 | 0.02 | 37.53 | 0.97 | 0.52 |
| Hex | FB | A3 | 10 | 0 | 23 | 5E | 2 | 26 | 61 | 34 |
| Octal | 373 | 243 | 20 | 0 | 43 | 136 | 2 | 46 | 141 | 64 |
| Binary | 11111011 | 10100011 | 10000 | 0 | 100011 | 1011110 | 10 | 100110 | 1100001 | 110100 |
Color Harmonies of #FBA310
Complementary color
Monochromatic Colors of #FBA310
Black with #FBA310
Text Example
Text Example
White with #FBA310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA310; }
p { color: rgb(251,163,16); }
H1.HeaderClassName
{
color: #FBA310;
}
.AnyTagClassName
{
color: #FBA310;
}
</style>
background-color css
<style>
a { background-color: #FBA310; }
a { background-color: rgb(251,163,16); }
div.DivClassName
{
background-color: #FBA310;
}
.BgClassName
{
background-color: #FBA310;
}
</style>
border-color css
<style>
span { border-color: #FBA310; }
span { border-color: rgb(251,163,16); }
td.TdClassName
{
border-color: #FBA310;
}
.TagClassName
{
border-color: #FBA310;
}
</style>