Shades of Dark Tangerine #FF9C12
Tints of Dark Tangerine #FF9C12
RGB
CMYK
RGB Variations
Color information
#FF9C12 (or 0xFF9C12) is known color: Dark Tangerine. HEX triplet: FF, 9C and 12. RGB value is (255,156,18). Sum of RGB (Red+Green+Blue) = 255+156+18=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9C12 is #0063ED. Grayscale: #AAAAAA. Windows color (decimal): -25582 or 1219839. OLE color: 1219839.
HSL color Cylindrical-coordinate representation of color #FF9C12: hue angle of 34.94º 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 #FF9C12 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 18 | - |
| CMYK | 0 | 0.39 | 0.93 | 0 |
| HSL | 34.94º | 1% | 0.54% | - |
| HSV(B) | 34.94º | 0.93% | 1% | - |
| XYZ | 53.24 | 45.08 | 6.47 | - |
| YUV | 169.87 | 42.3 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 18 | 0 | 0.39 | 0.93 | 0 | 34.94 | 1 | 0.54 |
| Hex | FF | 9C | 12 | 0 | 27 | 5D | 0 | 23 | 64 | 36 |
| Octal | 377 | 234 | 22 | 0 | 47 | 135 | 0 | 43 | 144 | 66 |
| Binary | 11111111 | 10011100 | 10010 | 0 | 100111 | 1011101 | 0 | 100011 | 1100100 | 110110 |
Color Harmonies of #FF9C12
Complementary color
Monochromatic Colors of #FF9C12
Black with #FF9C12
Text Example
Text Example
White with #FF9C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C12; }
p { color: rgb(255,156,18); }
H1.HeaderClassName
{
color: #FF9C12;
}
.AnyTagClassName
{
color: #FF9C12;
}
</style>
background-color css
<style>
a { background-color: #FF9C12; }
a { background-color: rgb(255,156,18); }
div.DivClassName
{
background-color: #FF9C12;
}
.BgClassName
{
background-color: #FF9C12;
}
</style>
border-color css
<style>
span { border-color: #FF9C12; }
span { border-color: rgb(255,156,18); }
td.TdClassName
{
border-color: #FF9C12;
}
.TagClassName
{
border-color: #FF9C12;
}
</style>