Shades of Dark Tangerine #FFB715
Tints of Dark Tangerine #FFB715
RGB
CMYK
RGB Variations
Color information
#FFB715 (or 0xFFB715) is known color: Dark Tangerine. HEX triplet: FF, B7 and 15. RGB value is (255,183,21). Sum of RGB (Red+Green+Blue) = 255+183+21=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 21 (8.59% from 255 or 4.58% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB715 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB715 is #0048EA. Grayscale: #BABABA. Windows color (decimal): -18667 or 1423359. OLE color: 1423359.
HSL color Cylindrical-coordinate representation of color #FFB715: hue angle of 41.54º 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 #FFB715 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 21 | - |
| CMYK | 0 | 0.28 | 0.92 | 0 |
| HSL | 41.54º | 1% | 0.54% | - |
| HSV(B) | 41.54º | 0.92% | 1% | - |
| XYZ | 58.31 | 55.18 | 8.29 | - |
| YUV | 186.06 | 34.85 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 21 | 0 | 0.28 | 0.92 | 0 | 41.54 | 1 | 0.54 |
| Hex | FF | B7 | 15 | 0 | 1C | 5C | 0 | 2A | 64 | 36 |
| Octal | 377 | 267 | 25 | 0 | 34 | 134 | 0 | 52 | 144 | 66 |
| Binary | 11111111 | 10110111 | 10101 | 0 | 11100 | 1011100 | 0 | 101010 | 1100100 | 110110 |
Color Harmonies of #FFB715
Complementary color
Monochromatic Colors of #FFB715
Black with #FFB715
Text Example
Text Example
White with #FFB715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB715; }
p { color: rgb(255,183,21); }
H1.HeaderClassName
{
color: #FFB715;
}
.AnyTagClassName
{
color: #FFB715;
}
</style>
background-color css
<style>
a { background-color: #FFB715; }
a { background-color: rgb(255,183,21); }
div.DivClassName
{
background-color: #FFB715;
}
.BgClassName
{
background-color: #FFB715;
}
</style>
border-color css
<style>
span { border-color: #FFB715; }
span { border-color: rgb(255,183,21); }
td.TdClassName
{
border-color: #FFB715;
}
.TagClassName
{
border-color: #FFB715;
}
</style>