Shades of Dark Tangerine #FFB612
Tints of Dark Tangerine #FFB612
RGB
CMYK
RGB Variations
Color information
#FFB612 (or 0xFFB612) is known color: Dark Tangerine. HEX triplet: FF, B6 and 12. RGB value is (255,182,18). Sum of RGB (Red+Green+Blue) = 255+182+18=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 18 (7.42% from 255 or 3.96% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB612 is #0049ED. Grayscale: #B9B9B9. Windows color (decimal): -18926 or 1226495. OLE color: 1226495.
HSL color Cylindrical-coordinate representation of color #FFB612: hue angle of 41.52º 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 #FFB612 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 18 | - |
| CMYK | 0 | 0.29 | 0.93 | 0 |
| HSL | 41.52º | 1% | 0.54% | - |
| HSV(B) | 41.52º | 0.93% | 1% | - |
| XYZ | 58.08 | 54.76 | 8.08 | - |
| YUV | 185.13 | 33.68 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 18 | 0 | 0.29 | 0.93 | 0 | 41.52 | 1 | 0.54 |
| Hex | FF | B6 | 12 | 0 | 1D | 5D | 0 | 2A | 64 | 36 |
| Octal | 377 | 266 | 22 | 0 | 35 | 135 | 0 | 52 | 144 | 66 |
| Binary | 11111111 | 10110110 | 10010 | 0 | 11101 | 1011101 | 0 | 101010 | 1100100 | 110110 |
Color Harmonies of #FFB612
Complementary color
Monochromatic Colors of #FFB612
Black with #FFB612
Text Example
Text Example
White with #FFB612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB612; }
p { color: rgb(255,182,18); }
H1.HeaderClassName
{
color: #FFB612;
}
.AnyTagClassName
{
color: #FFB612;
}
</style>
background-color css
<style>
a { background-color: #FFB612; }
a { background-color: rgb(255,182,18); }
div.DivClassName
{
background-color: #FFB612;
}
.BgClassName
{
background-color: #FFB612;
}
</style>
border-color css
<style>
span { border-color: #FFB612; }
span { border-color: rgb(255,182,18); }
td.TdClassName
{
border-color: #FFB612;
}
.TagClassName
{
border-color: #FFB612;
}
</style>