Shades of Dark Tangerine #FFB513
Tints of Dark Tangerine #FFB513
RGB
CMYK
RGB Variations
Color information
#FFB513 (or 0xFFB513) is known color: Dark Tangerine. HEX triplet: FF, B5 and 13. RGB value is (255,181,19). Sum of RGB (Red+Green+Blue) = 255+181+19=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 19 (7.81% from 255 or 4.18% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB513 is #004AEC. Grayscale: #B9B9B9. Windows color (decimal): -19181 or 1291775. OLE color: 1291775.
HSL color Cylindrical-coordinate representation of color #FFB513: hue angle of 41.19º 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 #FFB513 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 19 | - |
| CMYK | 0 | 0.29 | 0.93 | 0 |
| HSL | 41.19º | 1% | 0.54% | - |
| HSV(B) | 41.19º | 0.93% | 1% | - |
| XYZ | 57.88 | 54.35 | 8.06 | - |
| YUV | 184.66 | 34.52 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 19 | 0 | 0.29 | 0.93 | 0 | 41.19 | 1 | 0.54 |
| Hex | FF | B5 | 13 | 0 | 1D | 5D | 0 | 29 | 64 | 36 |
| Octal | 377 | 265 | 23 | 0 | 35 | 135 | 0 | 51 | 144 | 66 |
| Binary | 11111111 | 10110101 | 10011 | 0 | 11101 | 1011101 | 0 | 101001 | 1100100 | 110110 |
Color Harmonies of #FFB513
Complementary color
Monochromatic Colors of #FFB513
Black with #FFB513
Text Example
Text Example
White with #FFB513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB513; }
p { color: rgb(255,181,19); }
H1.HeaderClassName
{
color: #FFB513;
}
.AnyTagClassName
{
color: #FFB513;
}
</style>
background-color css
<style>
a { background-color: #FFB513; }
a { background-color: rgb(255,181,19); }
div.DivClassName
{
background-color: #FFB513;
}
.BgClassName
{
background-color: #FFB513;
}
</style>
border-color css
<style>
span { border-color: #FFB513; }
span { border-color: rgb(255,181,19); }
td.TdClassName
{
border-color: #FFB513;
}
.TagClassName
{
border-color: #FFB513;
}
</style>