Shades of Dark Tangerine #FFBA19
Tints of Dark Tangerine #FFBA19
RGB
CMYK
RGB Variations
Color information
#FFBA19 (or 0xFFBA19) is known color: Dark Tangerine. HEX triplet: FF, BA and 19. RGB value is (255,186,25). Sum of RGB (Red+Green+Blue) = 255+186+25=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 25 (10.16% from 255 or 5.36% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBA19 is #0045E6. Grayscale: #BCBCBC. Windows color (decimal): -17895 or 1686271. OLE color: 1686271.
HSL color Cylindrical-coordinate representation of color #FFBA19: hue angle of 42º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFBA19 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 25 | - |
| CMYK | 0 | 0.27 | 0.90 | 0 |
| HSL | 42º | 1% | 0.55% | - |
| HSV(B) | 42º | 0.9% | 1% | - |
| XYZ | 58.97 | 56.45 | 8.71 | - |
| YUV | 188.28 | 35.86 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 25 | 0 | 0.27 | 0.90 | 0 | 42 | 1 | 0.55 |
| Hex | FF | BA | 19 | 0 | 1B | 5A | 0 | 2A | 64 | 37 |
| Octal | 377 | 272 | 31 | 0 | 33 | 132 | 0 | 52 | 144 | 67 |
| Binary | 11111111 | 10111010 | 11001 | 0 | 11011 | 1011010 | 0 | 101010 | 1100100 | 110111 |
Color Harmonies of #FFBA19
Complementary color
Monochromatic Colors of #FFBA19
Black with #FFBA19
Text Example
Text Example
White with #FFBA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA19; }
p { color: rgb(255,186,25); }
H1.HeaderClassName
{
color: #FFBA19;
}
.AnyTagClassName
{
color: #FFBA19;
}
</style>
background-color css
<style>
a { background-color: #FFBA19; }
a { background-color: rgb(255,186,25); }
div.DivClassName
{
background-color: #FFBA19;
}
.BgClassName
{
background-color: #FFBA19;
}
</style>
border-color css
<style>
span { border-color: #FFBA19; }
span { border-color: rgb(255,186,25); }
td.TdClassName
{
border-color: #FFBA19;
}
.TagClassName
{
border-color: #FFBA19;
}
</style>