Shades of Dark Tangerine #F69C10
Tints of Dark Tangerine #F69C10
RGB
CMYK
RGB Variations
Color information
#F69C10 (or 0xF69C10) is known color: Dark Tangerine. HEX triplet: F6, 9C and 10. RGB value is (246,156,16). Sum of RGB (Red+Green+Blue) = 246+156+16=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69C10 is #0963EF. Grayscale: #A7A7A7. Windows color (decimal): -615408 or 1088758. OLE color: 1088758.
HSL color Cylindrical-coordinate representation of color #F69C10: hue angle of 36.52º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F69C10 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 16 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.04 |
| HSL | 36.52º | 0.93% | 0.51% | - |
| HSV(B) | 36.52º | 0.93% | 0.96% | - |
| XYZ | 49.99 | 43.41 | 6.23 | - |
| YUV | 166.95 | 42.82 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 16 | 0 | 0.37 | 0.93 | 0.04 | 36.52 | 0.93 | 0.51 |
| Hex | F6 | 9C | 10 | 0 | 25 | 5D | 4 | 25 | 5D | 33 |
| Octal | 366 | 234 | 20 | 0 | 45 | 135 | 4 | 45 | 135 | 63 |
| Binary | 11110110 | 10011100 | 10000 | 0 | 100101 | 1011101 | 100 | 100101 | 1011101 | 110011 |
Color Harmonies of #F69C10
Complementary color
Monochromatic Colors of #F69C10
Black with #F69C10
Text Example
Text Example
White with #F69C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C10; }
p { color: rgb(246,156,16); }
H1.HeaderClassName
{
color: #F69C10;
}
.AnyTagClassName
{
color: #F69C10;
}
</style>
background-color css
<style>
a { background-color: #F69C10; }
a { background-color: rgb(246,156,16); }
div.DivClassName
{
background-color: #F69C10;
}
.BgClassName
{
background-color: #F69C10;
}
</style>
border-color css
<style>
span { border-color: #F69C10; }
span { border-color: rgb(246,156,16); }
td.TdClassName
{
border-color: #F69C10;
}
.TagClassName
{
border-color: #F69C10;
}
</style>