Shades of Dark Tangerine #FF9B12
Tints of Dark Tangerine #FF9B12
RGB
CMYK
RGB Variations
Color information
#FF9B12 (or 0xFF9B12) is known color: Dark Tangerine. HEX triplet: FF, 9B and 12. RGB value is (255,155,18). Sum of RGB (Red+Green+Blue) = 255+155+18=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 18 (7.42% from 255 or 4.21% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9B12 is #0064ED. Grayscale: #A9A9A9. Windows color (decimal): -25838 or 1219583. OLE color: 1219583.
HSL color Cylindrical-coordinate representation of color #FF9B12: hue angle of 34.68º 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 #FF9B12 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 18 | - |
| CMYK | 0 | 0.39 | 0.93 | 0 |
| HSL | 34.68º | 1% | 0.54% | - |
| HSV(B) | 34.68º | 0.93% | 1% | - |
| XYZ | 53.07 | 44.75 | 6.41 | - |
| YUV | 169.28 | 42.63 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 18 | 0 | 0.39 | 0.93 | 0 | 34.68 | 1 | 0.54 |
| Hex | FF | 9B | 12 | 0 | 27 | 5D | 0 | 23 | 64 | 36 |
| Octal | 377 | 233 | 22 | 0 | 47 | 135 | 0 | 43 | 144 | 66 |
| Binary | 11111111 | 10011011 | 10010 | 0 | 100111 | 1011101 | 0 | 100011 | 1100100 | 110110 |
Color Harmonies of #FF9B12
Complementary color
Monochromatic Colors of #FF9B12
Black with #FF9B12
Text Example
Text Example
White with #FF9B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B12; }
p { color: rgb(255,155,18); }
H1.HeaderClassName
{
color: #FF9B12;
}
.AnyTagClassName
{
color: #FF9B12;
}
</style>
background-color css
<style>
a { background-color: #FF9B12; }
a { background-color: rgb(255,155,18); }
div.DivClassName
{
background-color: #FF9B12;
}
.BgClassName
{
background-color: #FF9B12;
}
</style>
border-color css
<style>
span { border-color: #FF9B12; }
span { border-color: rgb(255,155,18); }
td.TdClassName
{
border-color: #FF9B12;
}
.TagClassName
{
border-color: #FF9B12;
}
</style>