Shades of Dark Tangerine #FFBA17
Tints of Dark Tangerine #FFBA17
RGB
CMYK
RGB Variations
Color information
#FFBA17 (or 0xFFBA17) is known color: Dark Tangerine. HEX triplet: FF, BA and 17. RGB value is (255,186,23). Sum of RGB (Red+Green+Blue) = 255+186+23=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 23 (9.38% from 255 or 4.96% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBA17 is #0045E8. Grayscale: #BCBCBC. Windows color (decimal): -17897 or 1555199. OLE color: 1555199.
HSL color Cylindrical-coordinate representation of color #FFBA17: hue angle of 42.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFBA17 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 23 | - |
| CMYK | 0 | 0.27 | 0.91 | 0 |
| HSL | 42.16º | 1% | 0.55% | - |
| HSV(B) | 42.16º | 0.91% | 1% | - |
| XYZ | 58.95 | 56.44 | 8.6 | - |
| YUV | 188.05 | 34.86 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 23 | 0 | 0.27 | 0.91 | 0 | 42.16 | 1 | 0.55 |
| Hex | FF | BA | 17 | 0 | 1B | 5B | 0 | 2A | 64 | 37 |
| Octal | 377 | 272 | 27 | 0 | 33 | 133 | 0 | 52 | 144 | 67 |
| Binary | 11111111 | 10111010 | 10111 | 0 | 11011 | 1011011 | 0 | 101010 | 1100100 | 110111 |
Color Harmonies of #FFBA17
Complementary color
Monochromatic Colors of #FFBA17
Black with #FFBA17
Text Example
Text Example
White with #FFBA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA17; }
p { color: rgb(255,186,23); }
H1.HeaderClassName
{
color: #FFBA17;
}
.AnyTagClassName
{
color: #FFBA17;
}
</style>
background-color css
<style>
a { background-color: #FFBA17; }
a { background-color: rgb(255,186,23); }
div.DivClassName
{
background-color: #FFBA17;
}
.BgClassName
{
background-color: #FFBA17;
}
</style>
border-color css
<style>
span { border-color: #FFBA17; }
span { border-color: rgb(255,186,23); }
td.TdClassName
{
border-color: #FFBA17;
}
.TagClassName
{
border-color: #FFBA17;
}
</style>