Shades of Dark Tangerine #FBA119
Tints of Dark Tangerine #FBA119
RGB
CMYK
RGB Variations
Color information
#FBA119 (or 0xFBA119) is known color: Dark Tangerine. HEX triplet: FB, A1 and 19. RGB value is (251,161,25). Sum of RGB (Red+Green+Blue) = 251+161+25=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 25 (10.16% from 255 or 5.72% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA119 is #045EE6. Grayscale: #ADADAD. Windows color (decimal): -286439 or 1679867. OLE color: 1679867.
HSL color Cylindrical-coordinate representation of color #FBA119: hue angle of 36.11º 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 #FBA119 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 25 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.02 |
| HSL | 36.11º | 0.97% | 0.54% | - |
| HSV(B) | 36.11º | 0.9% | 0.98% | - |
| XYZ | 52.7 | 46.07 | 7.03 | - |
| YUV | 172.41 | 44.82 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 25 | 0 | 0.36 | 0.90 | 0.02 | 36.11 | 0.97 | 0.54 |
| Hex | FB | A1 | 19 | 0 | 24 | 5A | 2 | 24 | 61 | 36 |
| Octal | 373 | 241 | 31 | 0 | 44 | 132 | 2 | 44 | 141 | 66 |
| Binary | 11111011 | 10100001 | 11001 | 0 | 100100 | 1011010 | 10 | 100100 | 1100001 | 110110 |
Color Harmonies of #FBA119
Complementary color
Monochromatic Colors of #FBA119
Black with #FBA119
Text Example
Text Example
White with #FBA119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA119; }
p { color: rgb(251,161,25); }
H1.HeaderClassName
{
color: #FBA119;
}
.AnyTagClassName
{
color: #FBA119;
}
</style>
background-color css
<style>
a { background-color: #FBA119; }
a { background-color: rgb(251,161,25); }
div.DivClassName
{
background-color: #FBA119;
}
.BgClassName
{
background-color: #FBA119;
}
</style>
border-color css
<style>
span { border-color: #FBA119; }
span { border-color: rgb(251,161,25); }
td.TdClassName
{
border-color: #FBA119;
}
.TagClassName
{
border-color: #FBA119;
}
</style>