Shades of Dark Tangerine #FF9A12
Tints of Dark Tangerine #FF9A12
RGB
CMYK
RGB Variations
Color information
#FF9A12 (or 0xFF9A12) is known color: Dark Tangerine. HEX triplet: FF, 9A and 12. RGB value is (255,154,18). Sum of RGB (Red+Green+Blue) = 255+154+18=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 18 (7.42% from 255 or 4.22% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9A12 is #0065ED. Grayscale: #A9A9A9. Windows color (decimal): -26094 or 1219327. OLE color: 1219327.
HSL color Cylindrical-coordinate representation of color #FF9A12: hue angle of 34.43º 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 #FF9A12 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 18 | - |
| CMYK | 0 | 0.40 | 0.93 | 0 |
| HSL | 34.43º | 1% | 0.54% | - |
| HSV(B) | 34.43º | 0.93% | 1% | - |
| XYZ | 52.9 | 44.41 | 6.36 | - |
| YUV | 168.7 | 42.96 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 18 | 0 | 0.40 | 0.93 | 0 | 34.43 | 1 | 0.54 |
| Hex | FF | 9A | 12 | 0 | 28 | 5D | 0 | 22 | 64 | 36 |
| Octal | 377 | 232 | 22 | 0 | 50 | 135 | 0 | 42 | 144 | 66 |
| Binary | 11111111 | 10011010 | 10010 | 0 | 101000 | 1011101 | 0 | 100010 | 1100100 | 110110 |
Color Harmonies of #FF9A12
Complementary color
Monochromatic Colors of #FF9A12
Black with #FF9A12
Text Example
Text Example
White with #FF9A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A12; }
p { color: rgb(255,154,18); }
H1.HeaderClassName
{
color: #FF9A12;
}
.AnyTagClassName
{
color: #FF9A12;
}
</style>
background-color css
<style>
a { background-color: #FF9A12; }
a { background-color: rgb(255,154,18); }
div.DivClassName
{
background-color: #FF9A12;
}
.BgClassName
{
background-color: #FF9A12;
}
</style>
border-color css
<style>
span { border-color: #FF9A12; }
span { border-color: rgb(255,154,18); }
td.TdClassName
{
border-color: #FF9A12;
}
.TagClassName
{
border-color: #FF9A12;
}
</style>