Shades of Dark Tangerine #FFB115
Tints of Dark Tangerine #FFB115
RGB
CMYK
RGB Variations
Color information
#FFB115 (or 0xFFB115) is known color: Dark Tangerine. HEX triplet: FF, B1 and 15. RGB value is (255,177,21). Sum of RGB (Red+Green+Blue) = 255+177+21=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 21 (8.59% from 255 or 4.64% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB115 is #004EEA. Grayscale: #B7B7B7. Windows color (decimal): -20203 or 1421823. OLE color: 1421823.
HSL color Cylindrical-coordinate representation of color #FFB115: hue angle of 40º 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 #FFB115 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 21 | - |
| CMYK | 0 | 0.31 | 0.92 | 0 |
| HSL | 40º | 1% | 0.54% | - |
| HSV(B) | 40º | 0.92% | 1% | - |
| XYZ | 57.1 | 52.76 | 7.88 | - |
| YUV | 182.54 | 36.84 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 21 | 0 | 0.31 | 0.92 | 0 | 40 | 1 | 0.54 |
| Hex | FF | B1 | 15 | 0 | 1F | 5C | 0 | 28 | 64 | 36 |
| Octal | 377 | 261 | 25 | 0 | 37 | 134 | 0 | 50 | 144 | 66 |
| Binary | 11111111 | 10110001 | 10101 | 0 | 11111 | 1011100 | 0 | 101000 | 1100100 | 110110 |
Color Harmonies of #FFB115
Complementary color
Monochromatic Colors of #FFB115
Black with #FFB115
Text Example
Text Example
White with #FFB115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB115; }
p { color: rgb(255,177,21); }
H1.HeaderClassName
{
color: #FFB115;
}
.AnyTagClassName
{
color: #FFB115;
}
</style>
background-color css
<style>
a { background-color: #FFB115; }
a { background-color: rgb(255,177,21); }
div.DivClassName
{
background-color: #FFB115;
}
.BgClassName
{
background-color: #FFB115;
}
</style>
border-color css
<style>
span { border-color: #FFB115; }
span { border-color: rgb(255,177,21); }
td.TdClassName
{
border-color: #FFB115;
}
.TagClassName
{
border-color: #FFB115;
}
</style>