Shades of Dark Tangerine #FFB615
Tints of Dark Tangerine #FFB615
RGB
CMYK
RGB Variations
Color information
#FFB615 (or 0xFFB615) is known color: Dark Tangerine. HEX triplet: FF, B6 and 15. RGB value is (255,182,21). Sum of RGB (Red+Green+Blue) = 255+182+21=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 21 (8.59% from 255 or 4.59% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB615 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB615 is #0049EA. Grayscale: #BABABA. Windows color (decimal): -18923 or 1423103. OLE color: 1423103.
HSL color Cylindrical-coordinate representation of color #FFB615: hue angle of 41.28º 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 #FFB615 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 21 | - |
| CMYK | 0 | 0.29 | 0.92 | 0 |
| HSL | 41.28º | 1% | 0.54% | - |
| HSV(B) | 41.28º | 0.92% | 1% | - |
| XYZ | 58.1 | 54.77 | 8.22 | - |
| YUV | 185.47 | 35.18 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 21 | 0 | 0.29 | 0.92 | 0 | 41.28 | 1 | 0.54 |
| Hex | FF | B6 | 15 | 0 | 1D | 5C | 0 | 29 | 64 | 36 |
| Octal | 377 | 266 | 25 | 0 | 35 | 134 | 0 | 51 | 144 | 66 |
| Binary | 11111111 | 10110110 | 10101 | 0 | 11101 | 1011100 | 0 | 101001 | 1100100 | 110110 |
Color Harmonies of #FFB615
Complementary color
Monochromatic Colors of #FFB615
Black with #FFB615
Text Example
Text Example
White with #FFB615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB615; }
p { color: rgb(255,182,21); }
H1.HeaderClassName
{
color: #FFB615;
}
.AnyTagClassName
{
color: #FFB615;
}
</style>
background-color css
<style>
a { background-color: #FFB615; }
a { background-color: rgb(255,182,21); }
div.DivClassName
{
background-color: #FFB615;
}
.BgClassName
{
background-color: #FFB615;
}
</style>
border-color css
<style>
span { border-color: #FFB615; }
span { border-color: rgb(255,182,21); }
td.TdClassName
{
border-color: #FFB615;
}
.TagClassName
{
border-color: #FFB615;
}
</style>