Shades of Dark Tangerine #FFB619
Tints of Dark Tangerine #FFB619
RGB
CMYK
RGB Variations
Color information
#FFB619 (or 0xFFB619) is known color: Dark Tangerine. HEX triplet: FF, B6 and 19. RGB value is (255,182,25). Sum of RGB (Red+Green+Blue) = 255+182+25=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 25 (10.16% from 255 or 5.41% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB619 is #0049E6. Grayscale: #BABABA. Windows color (decimal): -18919 or 1685247. OLE color: 1685247.
HSL color Cylindrical-coordinate representation of color #FFB619: hue angle of 40.96º 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 #FFB619 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 25 | - |
| CMYK | 0 | 0.29 | 0.90 | 0 |
| HSL | 40.96º | 1% | 0.55% | - |
| HSV(B) | 40.96º | 0.9% | 1% | - |
| XYZ | 58.14 | 54.79 | 8.43 | - |
| YUV | 185.93 | 37.18 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 25 | 0 | 0.29 | 0.90 | 0 | 40.96 | 1 | 0.55 |
| Hex | FF | B6 | 19 | 0 | 1D | 5A | 0 | 29 | 64 | 37 |
| Octal | 377 | 266 | 31 | 0 | 35 | 132 | 0 | 51 | 144 | 67 |
| Binary | 11111111 | 10110110 | 11001 | 0 | 11101 | 1011010 | 0 | 101001 | 1100100 | 110111 |
Color Harmonies of #FFB619
Complementary color
Monochromatic Colors of #FFB619
Black with #FFB619
Text Example
Text Example
White with #FFB619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB619; }
p { color: rgb(255,182,25); }
H1.HeaderClassName
{
color: #FFB619;
}
.AnyTagClassName
{
color: #FFB619;
}
</style>
background-color css
<style>
a { background-color: #FFB619; }
a { background-color: rgb(255,182,25); }
div.DivClassName
{
background-color: #FFB619;
}
.BgClassName
{
background-color: #FFB619;
}
</style>
border-color css
<style>
span { border-color: #FFB619; }
span { border-color: rgb(255,182,25); }
td.TdClassName
{
border-color: #FFB619;
}
.TagClassName
{
border-color: #FFB619;
}
</style>