Shades of Dark Tangerine #FFBA18
Tints of Dark Tangerine #FFBA18
RGB
CMYK
RGB Variations
Color information
#FFBA18 (or 0xFFBA18) is known color: Dark Tangerine. HEX triplet: FF, BA and 18. RGB value is (255,186,24). Sum of RGB (Red+Green+Blue) = 255+186+24=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 24 (9.77% from 255 or 5.16% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBA18 is #0045E7. Grayscale: #BCBCBC. Windows color (decimal): -17896 or 1620735. OLE color: 1620735.
HSL color Cylindrical-coordinate representation of color #FFBA18: hue angle of 42.08º 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 #FFBA18 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 24 | - |
| CMYK | 0 | 0.27 | 0.91 | 0 |
| HSL | 42.08º | 1% | 0.55% | - |
| HSV(B) | 42.08º | 0.91% | 1% | - |
| XYZ | 58.96 | 56.44 | 8.65 | - |
| YUV | 188.16 | 35.36 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 24 | 0 | 0.27 | 0.91 | 0 | 42.08 | 1 | 0.55 |
| Hex | FF | BA | 18 | 0 | 1B | 5B | 0 | 2A | 64 | 37 |
| Octal | 377 | 272 | 30 | 0 | 33 | 133 | 0 | 52 | 144 | 67 |
| Binary | 11111111 | 10111010 | 11000 | 0 | 11011 | 1011011 | 0 | 101010 | 1100100 | 110111 |
Color Harmonies of #FFBA18
Complementary color
Monochromatic Colors of #FFBA18
Black with #FFBA18
Text Example
Text Example
White with #FFBA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA18; }
p { color: rgb(255,186,24); }
H1.HeaderClassName
{
color: #FFBA18;
}
.AnyTagClassName
{
color: #FFBA18;
}
</style>
background-color css
<style>
a { background-color: #FFBA18; }
a { background-color: rgb(255,186,24); }
div.DivClassName
{
background-color: #FFBA18;
}
.BgClassName
{
background-color: #FFBA18;
}
</style>
border-color css
<style>
span { border-color: #FFBA18; }
span { border-color: rgb(255,186,24); }
td.TdClassName
{
border-color: #FFBA18;
}
.TagClassName
{
border-color: #FFBA18;
}
</style>