Shades of Dark Tangerine #FBA416
Tints of Dark Tangerine #FBA416
RGB
CMYK
RGB Variations
Color information
#FBA416 (or 0xFBA416) is known color: Dark Tangerine. HEX triplet: FB, A4 and 16. RGB value is (251,164,22). Sum of RGB (Red+Green+Blue) = 251+164+22=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA416 is #045BE9. Grayscale: #AEAEAE. Windows color (decimal): -285674 or 1484027. OLE color: 1484027.
HSL color Cylindrical-coordinate representation of color #FBA416: hue angle of 37.21º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FBA416 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 22 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.02 |
| HSL | 37.21º | 0.97% | 0.54% | - |
| HSV(B) | 37.21º | 0.91% | 0.98% | - |
| XYZ | 53.2 | 47.12 | 7.05 | - |
| YUV | 173.83 | 42.32 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 22 | 0 | 0.35 | 0.91 | 0.02 | 37.21 | 0.97 | 0.54 |
| Hex | FB | A4 | 16 | 0 | 23 | 5B | 2 | 25 | 61 | 36 |
| Octal | 373 | 244 | 26 | 0 | 43 | 133 | 2 | 45 | 141 | 66 |
| Binary | 11111011 | 10100100 | 10110 | 0 | 100011 | 1011011 | 10 | 100101 | 1100001 | 110110 |
Color Harmonies of #FBA416
Complementary color
Monochromatic Colors of #FBA416
Black with #FBA416
Text Example
Text Example
White with #FBA416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA416; }
p { color: rgb(251,164,22); }
H1.HeaderClassName
{
color: #FBA416;
}
.AnyTagClassName
{
color: #FBA416;
}
</style>
background-color css
<style>
a { background-color: #FBA416; }
a { background-color: rgb(251,164,22); }
div.DivClassName
{
background-color: #FBA416;
}
.BgClassName
{
background-color: #FBA416;
}
</style>
border-color css
<style>
span { border-color: #FBA416; }
span { border-color: rgb(251,164,22); }
td.TdClassName
{
border-color: #FBA416;
}
.TagClassName
{
border-color: #FBA416;
}
</style>