Shades of Dark Tangerine #FFB613
Tints of Dark Tangerine #FFB613
RGB
CMYK
RGB Variations
Color information
#FFB613 (or 0xFFB613) is known color: Dark Tangerine. HEX triplet: FF, B6 and 13. RGB value is (255,182,19). Sum of RGB (Red+Green+Blue) = 255+182+19=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 19 (7.81% from 255 or 4.17% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB613 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB613 is #0049EC. Grayscale: #B9B9B9. Windows color (decimal): -18925 or 1292031. OLE color: 1292031.
HSL color Cylindrical-coordinate representation of color #FFB613: hue angle of 41.44º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFB613 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 19 | - |
| CMYK | 0 | 0.29 | 0.93 | 0 |
| HSL | 41.44º | 1% | 0.54% | - |
| HSV(B) | 41.44º | 0.93% | 1% | - |
| XYZ | 58.09 | 54.76 | 8.12 | - |
| YUV | 185.25 | 34.18 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 19 | 0 | 0.29 | 0.93 | 0 | 41.44 | 1 | 0.54 |
| Hex | FF | B6 | 13 | 0 | 1D | 5D | 0 | 29 | 64 | 36 |
| Octal | 377 | 266 | 23 | 0 | 35 | 135 | 0 | 51 | 144 | 66 |
| Binary | 11111111 | 10110110 | 10011 | 0 | 11101 | 1011101 | 0 | 101001 | 1100100 | 110110 |
Color Harmonies of #FFB613
Complementary color
Monochromatic Colors of #FFB613
Black with #FFB613
Text Example
Text Example
White with #FFB613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB613; }
p { color: rgb(255,182,19); }
H1.HeaderClassName
{
color: #FFB613;
}
.AnyTagClassName
{
color: #FFB613;
}
</style>
background-color css
<style>
a { background-color: #FFB613; }
a { background-color: rgb(255,182,19); }
div.DivClassName
{
background-color: #FFB613;
}
.BgClassName
{
background-color: #FFB613;
}
</style>
border-color css
<style>
span { border-color: #FFB613; }
span { border-color: rgb(255,182,19); }
td.TdClassName
{
border-color: #FFB613;
}
.TagClassName
{
border-color: #FFB613;
}
</style>