Shades of Dark Tangerine #FBA219
Tints of Dark Tangerine #FBA219
RGB
CMYK
RGB Variations
Color information
#FBA219 (or 0xFBA219) is known color: Dark Tangerine. HEX triplet: FB, A2 and 19. RGB value is (251,162,25). Sum of RGB (Red+Green+Blue) = 251+162+25=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 25 (10.16% from 255 or 5.71% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA219 is #045DE6. Grayscale: #ADADAD. Windows color (decimal): -286183 or 1680123. OLE color: 1680123.
HSL color Cylindrical-coordinate representation of color #FBA219: hue angle of 36.37º 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 #FBA219 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 25 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.02 |
| HSL | 36.37º | 0.97% | 0.54% | - |
| HSV(B) | 36.37º | 0.9% | 0.98% | - |
| XYZ | 52.88 | 46.42 | 7.09 | - |
| YUV | 172.99 | 44.49 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 25 | 0 | 0.35 | 0.90 | 0.02 | 36.37 | 0.97 | 0.54 |
| Hex | FB | A2 | 19 | 0 | 23 | 5A | 2 | 24 | 61 | 36 |
| Octal | 373 | 242 | 31 | 0 | 43 | 132 | 2 | 44 | 141 | 66 |
| Binary | 11111011 | 10100010 | 11001 | 0 | 100011 | 1011010 | 10 | 100100 | 1100001 | 110110 |
Color Harmonies of #FBA219
Complementary color
Monochromatic Colors of #FBA219
Black with #FBA219
Text Example
Text Example
White with #FBA219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA219; }
p { color: rgb(251,162,25); }
H1.HeaderClassName
{
color: #FBA219;
}
.AnyTagClassName
{
color: #FBA219;
}
</style>
background-color css
<style>
a { background-color: #FBA219; }
a { background-color: rgb(251,162,25); }
div.DivClassName
{
background-color: #FBA219;
}
.BgClassName
{
background-color: #FBA219;
}
</style>
border-color css
<style>
span { border-color: #FBA219; }
span { border-color: rgb(251,162,25); }
td.TdClassName
{
border-color: #FBA219;
}
.TagClassName
{
border-color: #FBA219;
}
</style>