Shades of Dark Tangerine #FBA819
Tints of Dark Tangerine #FBA819
RGB
CMYK
RGB Variations
Color information
#FBA819 (or 0xFBA819) is known color: Dark Tangerine. HEX triplet: FB, A8 and 19. RGB value is (251,168,25). Sum of RGB (Red+Green+Blue) = 251+168+25=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 25 (10.16% from 255 or 5.63% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA819 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA819 is #0457E6. Grayscale: #B1B1B1. Windows color (decimal): -284647 or 1681659. OLE color: 1681659.
HSL color Cylindrical-coordinate representation of color #FBA819: hue angle of 37.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FBA819 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 25 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.02 |
| HSL | 37.96º | 0.97% | 0.54% | - |
| HSV(B) | 37.96º | 0.9% | 0.98% | - |
| XYZ | 53.96 | 48.58 | 7.45 | - |
| YUV | 176.52 | 42.5 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 25 | 0 | 0.33 | 0.90 | 0.02 | 37.96 | 0.97 | 0.54 |
| Hex | FB | A8 | 19 | 0 | 21 | 5A | 2 | 26 | 61 | 36 |
| Octal | 373 | 250 | 31 | 0 | 41 | 132 | 2 | 46 | 141 | 66 |
| Binary | 11111011 | 10101000 | 11001 | 0 | 100001 | 1011010 | 10 | 100110 | 1100001 | 110110 |
Color Harmonies of #FBA819
Complementary color
Monochromatic Colors of #FBA819
Black with #FBA819
Text Example
Text Example
White with #FBA819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA819; }
p { color: rgb(251,168,25); }
H1.HeaderClassName
{
color: #FBA819;
}
.AnyTagClassName
{
color: #FBA819;
}
</style>
background-color css
<style>
a { background-color: #FBA819; }
a { background-color: rgb(251,168,25); }
div.DivClassName
{
background-color: #FBA819;
}
.BgClassName
{
background-color: #FBA819;
}
</style>
border-color css
<style>
span { border-color: #FBA819; }
span { border-color: rgb(251,168,25); }
td.TdClassName
{
border-color: #FBA819;
}
.TagClassName
{
border-color: #FBA819;
}
</style>