Shades of Dark Tangerine #FF9C0E
Tints of Dark Tangerine #FF9C0E
RGB
CMYK
RGB Variations
Color information
#FF9C0E (or 0xFF9C0E) is known color: Dark Tangerine. HEX triplet: FF, 9C and 0E. RGB value is (255,156,14). Sum of RGB (Red+Green+Blue) = 255+156+14=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 14 (5.86% from 255 or 3.29% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9C0E is #0063F1. Grayscale: #AAAAAA. Windows color (decimal): -25586 or 957695. OLE color: 957695.
HSL color Cylindrical-coordinate representation of color #FF9C0E: hue angle of 35.35º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF9C0E is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 14 | - |
| CMYK | 0 | 0.39 | 0.95 | 0 |
| HSL | 35.35º | 1% | 0.53% | - |
| HSV(B) | 35.35º | 0.95% | 1% | - |
| XYZ | 53.21 | 45.07 | 6.31 | - |
| YUV | 169.41 | 40.3 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 14 | 0 | 0.39 | 0.95 | 0 | 35.35 | 1 | 0.53 |
| Hex | FF | 9C | E | 0 | 27 | 5F | 0 | 23 | 64 | 35 |
| Octal | 377 | 234 | 16 | 0 | 47 | 137 | 0 | 43 | 144 | 65 |
| Binary | 11111111 | 10011100 | 1110 | 0 | 100111 | 1011111 | 0 | 100011 | 1100100 | 110101 |
Color Harmonies of #FF9C0E
Complementary color
Monochromatic Colors of #FF9C0E
Black with #FF9C0E
Text Example
Text Example
White with #FF9C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C0E; }
p { color: rgb(255,156,14); }
H1.HeaderClassName
{
color: #FF9C0E;
}
.AnyTagClassName
{
color: #FF9C0E;
}
</style>
background-color css
<style>
a { background-color: #FF9C0E; }
a { background-color: rgb(255,156,14); }
div.DivClassName
{
background-color: #FF9C0E;
}
.BgClassName
{
background-color: #FF9C0E;
}
</style>
border-color css
<style>
span { border-color: #FF9C0E; }
span { border-color: rgb(255,156,14); }
td.TdClassName
{
border-color: #FF9C0E;
}
.TagClassName
{
border-color: #FF9C0E;
}
</style>