Shades of Dark Tangerine #FFBB17
Tints of Dark Tangerine #FFBB17
RGB
CMYK
RGB Variations
Color information
#FFBB17 (or 0xFFBB17) is known color: Dark Tangerine. HEX triplet: FF, BB and 17. RGB value is (255,187,23). Sum of RGB (Red+Green+Blue) = 255+187+23=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 23 (9.38% from 255 or 4.95% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBB17 is #0044E8. Grayscale: #BDBDBD. Windows color (decimal): -17641 or 1555455. OLE color: 1555455.
HSL color Cylindrical-coordinate representation of color #FFBB17: hue angle of 42.41º 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 #FFBB17 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 23 | - |
| CMYK | 0 | 0.27 | 0.91 | 0 |
| HSL | 42.41º | 1% | 0.55% | - |
| HSV(B) | 42.41º | 0.91% | 1% | - |
| XYZ | 59.16 | 56.86 | 8.67 | - |
| YUV | 188.64 | 34.53 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 23 | 0 | 0.27 | 0.91 | 0 | 42.41 | 1 | 0.55 |
| Hex | FF | BB | 17 | 0 | 1B | 5B | 0 | 2A | 64 | 37 |
| Octal | 377 | 273 | 27 | 0 | 33 | 133 | 0 | 52 | 144 | 67 |
| Binary | 11111111 | 10111011 | 10111 | 0 | 11011 | 1011011 | 0 | 101010 | 1100100 | 110111 |
Color Harmonies of #FFBB17
Complementary color
Monochromatic Colors of #FFBB17
Black with #FFBB17
Text Example
Text Example
White with #FFBB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB17; }
p { color: rgb(255,187,23); }
H1.HeaderClassName
{
color: #FFBB17;
}
.AnyTagClassName
{
color: #FFBB17;
}
</style>
background-color css
<style>
a { background-color: #FFBB17; }
a { background-color: rgb(255,187,23); }
div.DivClassName
{
background-color: #FFBB17;
}
.BgClassName
{
background-color: #FFBB17;
}
</style>
border-color css
<style>
span { border-color: #FFBB17; }
span { border-color: rgb(255,187,23); }
td.TdClassName
{
border-color: #FFBB17;
}
.TagClassName
{
border-color: #FFBB17;
}
</style>