Shades of Dark Tangerine #FFB319
Tints of Dark Tangerine #FFB319
RGB
CMYK
RGB Variations
Color information
#FFB319 (or 0xFFB319) is known color: Dark Tangerine. HEX triplet: FF, B3 and 19. RGB value is (255,179,25). Sum of RGB (Red+Green+Blue) = 255+179+25=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 25 (10.16% from 255 or 5.45% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB319 is #004CE6. Grayscale: #B8B8B8. Windows color (decimal): -19687 or 1684479. OLE color: 1684479.
HSL color Cylindrical-coordinate representation of color #FFB319: hue angle of 40.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFB319 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 25 | - |
| CMYK | 0 | 0.30 | 0.90 | 0 |
| HSL | 40.17º | 1% | 0.55% | - |
| HSV(B) | 40.17º | 0.9% | 1% | - |
| XYZ | 57.54 | 53.57 | 8.23 | - |
| YUV | 184.17 | 38.18 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 25 | 0 | 0.30 | 0.90 | 0 | 40.17 | 1 | 0.55 |
| Hex | FF | B3 | 19 | 0 | 1E | 5A | 0 | 28 | 64 | 37 |
| Octal | 377 | 263 | 31 | 0 | 36 | 132 | 0 | 50 | 144 | 67 |
| Binary | 11111111 | 10110011 | 11001 | 0 | 11110 | 1011010 | 0 | 101000 | 1100100 | 110111 |
Color Harmonies of #FFB319
Complementary color
Monochromatic Colors of #FFB319
Black with #FFB319
Text Example
Text Example
White with #FFB319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB319; }
p { color: rgb(255,179,25); }
H1.HeaderClassName
{
color: #FFB319;
}
.AnyTagClassName
{
color: #FFB319;
}
</style>
background-color css
<style>
a { background-color: #FFB319; }
a { background-color: rgb(255,179,25); }
div.DivClassName
{
background-color: #FFB319;
}
.BgClassName
{
background-color: #FFB319;
}
</style>
border-color css
<style>
span { border-color: #FFB319; }
span { border-color: rgb(255,179,25); }
td.TdClassName
{
border-color: #FFB319;
}
.TagClassName
{
border-color: #FFB319;
}
</style>