Shades of Dark Tangerine #F69C0E
Tints of Dark Tangerine #F69C0E
RGB
CMYK
RGB Variations
Color information
#F69C0E (or 0xF69C0E) is known color: Dark Tangerine. HEX triplet: F6, 9C and 0E. RGB value is (246,156,14). Sum of RGB (Red+Green+Blue) = 246+156+14=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69C0E is #0963F1. Grayscale: #A7A7A7. Windows color (decimal): -615410 or 957686. OLE color: 957686.
HSL color Cylindrical-coordinate representation of color #F69C0E: hue angle of 36.72º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F69C0E is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 14 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.04 |
| HSL | 36.72º | 0.93% | 0.51% | - |
| HSV(B) | 36.72º | 0.94% | 0.96% | - |
| XYZ | 49.97 | 43.4 | 6.16 | - |
| YUV | 166.72 | 41.82 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 14 | 0 | 0.37 | 0.94 | 0.04 | 36.72 | 0.93 | 0.51 |
| Hex | F6 | 9C | E | 0 | 25 | 5E | 4 | 25 | 5D | 33 |
| Octal | 366 | 234 | 16 | 0 | 45 | 136 | 4 | 45 | 135 | 63 |
| Binary | 11110110 | 10011100 | 1110 | 0 | 100101 | 1011110 | 100 | 100101 | 1011101 | 110011 |
Color Harmonies of #F69C0E
Complementary color
Monochromatic Colors of #F69C0E
Black with #F69C0E
Text Example
Text Example
White with #F69C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C0E; }
p { color: rgb(246,156,14); }
H1.HeaderClassName
{
color: #F69C0E;
}
.AnyTagClassName
{
color: #F69C0E;
}
</style>
background-color css
<style>
a { background-color: #F69C0E; }
a { background-color: rgb(246,156,14); }
div.DivClassName
{
background-color: #F69C0E;
}
.BgClassName
{
background-color: #F69C0E;
}
</style>
border-color css
<style>
span { border-color: #F69C0E; }
span { border-color: rgb(246,156,14); }
td.TdClassName
{
border-color: #F69C0E;
}
.TagClassName
{
border-color: #F69C0E;
}
</style>