Shades of Dark Tangerine #FBA919
Tints of Dark Tangerine #FBA919
RGB
CMYK
RGB Variations
Color information
#FBA919 (or 0xFBA919) is known color: Dark Tangerine. HEX triplet: FB, A9 and 19. RGB value is (251,169,25). Sum of RGB (Red+Green+Blue) = 251+169+25=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 25 (10.16% from 255 or 5.62% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA919 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA919 is #0456E6. Grayscale: #B1B1B1. Windows color (decimal): -284391 or 1681915. OLE color: 1681915.
HSL color Cylindrical-coordinate representation of color #FBA919: hue angle of 38.23º 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 #FBA919 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 25 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.02 |
| HSL | 38.23º | 0.97% | 0.54% | - |
| HSV(B) | 38.23º | 0.9% | 0.98% | - |
| XYZ | 54.15 | 48.96 | 7.52 | - |
| YUV | 177.1 | 42.17 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 25 | 0 | 0.33 | 0.90 | 0.02 | 38.23 | 0.97 | 0.54 |
| Hex | FB | A9 | 19 | 0 | 21 | 5A | 2 | 26 | 61 | 36 |
| Octal | 373 | 251 | 31 | 0 | 41 | 132 | 2 | 46 | 141 | 66 |
| Binary | 11111011 | 10101001 | 11001 | 0 | 100001 | 1011010 | 10 | 100110 | 1100001 | 110110 |
Color Harmonies of #FBA919
Complementary color
Monochromatic Colors of #FBA919
Black with #FBA919
Text Example
Text Example
White with #FBA919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA919; }
p { color: rgb(251,169,25); }
H1.HeaderClassName
{
color: #FBA919;
}
.AnyTagClassName
{
color: #FBA919;
}
</style>
background-color css
<style>
a { background-color: #FBA919; }
a { background-color: rgb(251,169,25); }
div.DivClassName
{
background-color: #FBA919;
}
.BgClassName
{
background-color: #FBA919;
}
</style>
border-color css
<style>
span { border-color: #FBA919; }
span { border-color: rgb(251,169,25); }
td.TdClassName
{
border-color: #FBA919;
}
.TagClassName
{
border-color: #FBA919;
}
</style>