Shades of Dark Tangerine #FFBB15
Tints of Dark Tangerine #FFBB15
RGB
CMYK
RGB Variations
Color information
#FFBB15 (or 0xFFBB15) is known color: Dark Tangerine. HEX triplet: FF, BB and 15. RGB value is (255,187,21). Sum of RGB (Red+Green+Blue) = 255+187+21=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 21 (8.59% from 255 or 4.54% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBB15 is #0044EA. Grayscale: #BDBDBD. Windows color (decimal): -17643 or 1424383. OLE color: 1424383.
HSL color Cylindrical-coordinate representation of color #FFBB15: hue angle of 42.56º 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 #FFBB15 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 21 | - |
| CMYK | 0 | 0.27 | 0.92 | 0 |
| HSL | 42.56º | 1% | 0.54% | - |
| HSV(B) | 42.56º | 0.92% | 1% | - |
| XYZ | 59.15 | 56.85 | 8.57 | - |
| YUV | 188.41 | 33.53 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 21 | 0 | 0.27 | 0.92 | 0 | 42.56 | 1 | 0.54 |
| Hex | FF | BB | 15 | 0 | 1B | 5C | 0 | 2B | 64 | 36 |
| Octal | 377 | 273 | 25 | 0 | 33 | 134 | 0 | 53 | 144 | 66 |
| Binary | 11111111 | 10111011 | 10101 | 0 | 11011 | 1011100 | 0 | 101011 | 1100100 | 110110 |
Color Harmonies of #FFBB15
Complementary color
Monochromatic Colors of #FFBB15
Black with #FFBB15
Text Example
Text Example
White with #FFBB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB15; }
p { color: rgb(255,187,21); }
H1.HeaderClassName
{
color: #FFBB15;
}
.AnyTagClassName
{
color: #FFBB15;
}
</style>
background-color css
<style>
a { background-color: #FFBB15; }
a { background-color: rgb(255,187,21); }
div.DivClassName
{
background-color: #FFBB15;
}
.BgClassName
{
background-color: #FFBB15;
}
</style>
border-color css
<style>
span { border-color: #FFBB15; }
span { border-color: rgb(255,187,21); }
td.TdClassName
{
border-color: #FFBB15;
}
.TagClassName
{
border-color: #FFBB15;
}
</style>