Shades of Dark Tangerine #FFBA15
Tints of Dark Tangerine #FFBA15
RGB
CMYK
RGB Variations
Color information
#FFBA15 (or 0xFFBA15) is known color: Dark Tangerine. HEX triplet: FF, BA and 15. RGB value is (255,186,21). Sum of RGB (Red+Green+Blue) = 255+186+21=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 21 (8.59% from 255 or 4.55% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBA15 is #0045EA. Grayscale: #BCBCBC. Windows color (decimal): -17899 or 1424127. OLE color: 1424127.
HSL color Cylindrical-coordinate representation of color #FFBA15: hue angle of 42.31º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFBA15 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 21 | - |
| CMYK | 0 | 0.27 | 0.92 | 0 |
| HSL | 42.31º | 1% | 0.54% | - |
| HSV(B) | 42.31º | 0.92% | 1% | - |
| XYZ | 58.93 | 56.43 | 8.5 | - |
| YUV | 187.82 | 33.86 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 21 | 0 | 0.27 | 0.92 | 0 | 42.31 | 1 | 0.54 |
| Hex | FF | BA | 15 | 0 | 1B | 5C | 0 | 2A | 64 | 36 |
| Octal | 377 | 272 | 25 | 0 | 33 | 134 | 0 | 52 | 144 | 66 |
| Binary | 11111111 | 10111010 | 10101 | 0 | 11011 | 1011100 | 0 | 101010 | 1100100 | 110110 |
Color Harmonies of #FFBA15
Complementary color
Monochromatic Colors of #FFBA15
Black with #FFBA15
Text Example
Text Example
White with #FFBA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA15; }
p { color: rgb(255,186,21); }
H1.HeaderClassName
{
color: #FFBA15;
}
.AnyTagClassName
{
color: #FFBA15;
}
</style>
background-color css
<style>
a { background-color: #FFBA15; }
a { background-color: rgb(255,186,21); }
div.DivClassName
{
background-color: #FFBA15;
}
.BgClassName
{
background-color: #FFBA15;
}
</style>
border-color css
<style>
span { border-color: #FFBA15; }
span { border-color: rgb(255,186,21); }
td.TdClassName
{
border-color: #FFBA15;
}
.TagClassName
{
border-color: #FFBA15;
}
</style>