Shades of Dark Tangerine #FFB813
Tints of Dark Tangerine #FFB813
RGB
CMYK
RGB Variations
Color information
#FFB813 (or 0xFFB813) is known color: Dark Tangerine. HEX triplet: FF, B8 and 13. RGB value is (255,184,19). Sum of RGB (Red+Green+Blue) = 255+184+19=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 19 (7.81% from 255 or 4.15% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB813 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB813 is #0047EC. Grayscale: #BBBBBB. Windows color (decimal): -18413 or 1292543. OLE color: 1292543.
HSL color Cylindrical-coordinate representation of color #FFB813: hue angle of 41.95º 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 #FFB813 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 19 | - |
| CMYK | 0 | 0.28 | 0.93 | 0 |
| HSL | 41.95º | 1% | 0.54% | - |
| HSV(B) | 41.95º | 0.93% | 1% | - |
| XYZ | 58.5 | 55.59 | 8.26 | - |
| YUV | 186.42 | 33.52 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 19 | 0 | 0.28 | 0.93 | 0 | 41.95 | 1 | 0.54 |
| Hex | FF | B8 | 13 | 0 | 1C | 5D | 0 | 2A | 64 | 36 |
| Octal | 377 | 270 | 23 | 0 | 34 | 135 | 0 | 52 | 144 | 66 |
| Binary | 11111111 | 10111000 | 10011 | 0 | 11100 | 1011101 | 0 | 101010 | 1100100 | 110110 |
Color Harmonies of #FFB813
Complementary color
Monochromatic Colors of #FFB813
Black with #FFB813
Text Example
Text Example
White with #FFB813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB813; }
p { color: rgb(255,184,19); }
H1.HeaderClassName
{
color: #FFB813;
}
.AnyTagClassName
{
color: #FFB813;
}
</style>
background-color css
<style>
a { background-color: #FFB813; }
a { background-color: rgb(255,184,19); }
div.DivClassName
{
background-color: #FFB813;
}
.BgClassName
{
background-color: #FFB813;
}
</style>
border-color css
<style>
span { border-color: #FFB813; }
span { border-color: rgb(255,184,19); }
td.TdClassName
{
border-color: #FFB813;
}
.TagClassName
{
border-color: #FFB813;
}
</style>