Shades of Dark Tangerine #F69F0F
Tints of Dark Tangerine #F69F0F
RGB
CMYK
RGB Variations
Color information
#F69F0F (or 0xF69F0F) is known color: Dark Tangerine. HEX triplet: F6, 9F and 0F. RGB value is (246,159,15). Sum of RGB (Red+Green+Blue) = 246+159+15=420 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.57% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 246 - color contains mainly: red. Hex color #F69F0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69F0F is #0960F0. Grayscale: #A9A9A9. Windows color (decimal): -614641 or 1023990. OLE color: 1023990.
HSL color Cylindrical-coordinate representation of color #F69F0F: hue angle of 37.4º 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 #F69F0F is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 159 | 15 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.04 |
| HSL | 37.4º | 0.93% | 0.51% | - |
| HSV(B) | 37.4º | 0.94% | 0.96% | - |
| XYZ | 50.49 | 44.42 | 6.37 | - |
| YUV | 168.6 | 41.32 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 159 | 15 | 0 | 0.35 | 0.94 | 0.04 | 37.4 | 0.93 | 0.51 |
| Hex | F6 | 9F | F | 0 | 23 | 5E | 4 | 25 | 5D | 33 |
| Octal | 366 | 237 | 17 | 0 | 43 | 136 | 4 | 45 | 135 | 63 |
| Binary | 11110110 | 10011111 | 1111 | 0 | 100011 | 1011110 | 100 | 100101 | 1011101 | 110011 |
Color Harmonies of #F69F0F
Complementary color
Monochromatic Colors of #F69F0F
Black with #F69F0F
Text Example
Text Example
White with #F69F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69F0F; }
p { color: rgb(246,159,15); }
H1.HeaderClassName
{
color: #F69F0F;
}
.AnyTagClassName
{
color: #F69F0F;
}
</style>
background-color css
<style>
a { background-color: #F69F0F; }
a { background-color: rgb(246,159,15); }
div.DivClassName
{
background-color: #F69F0F;
}
.BgClassName
{
background-color: #F69F0F;
}
</style>
border-color css
<style>
span { border-color: #F69F0F; }
span { border-color: rgb(246,159,15); }
td.TdClassName
{
border-color: #F69F0F;
}
.TagClassName
{
border-color: #F69F0F;
}
</style>