Shades of Dark Tangerine #FFB912
Tints of Dark Tangerine #FFB912
RGB
CMYK
RGB Variations
Color information
#FFB912 (or 0xFFB912) is known color: Dark Tangerine. HEX triplet: FF, B9 and 12. RGB value is (255,185,18). Sum of RGB (Red+Green+Blue) = 255+185+18=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB912 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB912 is #0046ED. Grayscale: #BBBBBB. Windows color (decimal): -18158 or 1227263. OLE color: 1227263.
HSL color Cylindrical-coordinate representation of color #FFB912: hue angle of 42.28º 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 #FFB912 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 18 | - |
| CMYK | 0 | 0.27 | 0.93 | 0 |
| HSL | 42.28º | 1% | 0.54% | - |
| HSV(B) | 42.28º | 0.93% | 1% | - |
| XYZ | 58.7 | 56 | 8.29 | - |
| YUV | 186.89 | 32.69 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 18 | 0 | 0.27 | 0.93 | 0 | 42.28 | 1 | 0.54 |
| Hex | FF | B9 | 12 | 0 | 1B | 5D | 0 | 2A | 64 | 36 |
| Octal | 377 | 271 | 22 | 0 | 33 | 135 | 0 | 52 | 144 | 66 |
| Binary | 11111111 | 10111001 | 10010 | 0 | 11011 | 1011101 | 0 | 101010 | 1100100 | 110110 |
Color Harmonies of #FFB912
Complementary color
Monochromatic Colors of #FFB912
Black with #FFB912
Text Example
Text Example
White with #FFB912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB912; }
p { color: rgb(255,185,18); }
H1.HeaderClassName
{
color: #FFB912;
}
.AnyTagClassName
{
color: #FFB912;
}
</style>
background-color css
<style>
a { background-color: #FFB912; }
a { background-color: rgb(255,185,18); }
div.DivClassName
{
background-color: #FFB912;
}
.BgClassName
{
background-color: #FFB912;
}
</style>
border-color css
<style>
span { border-color: #FFB912; }
span { border-color: rgb(255,185,18); }
td.TdClassName
{
border-color: #FFB912;
}
.TagClassName
{
border-color: #FFB912;
}
</style>