Shades of Tangerine #F68A0C
Tints of Tangerine #F68A0C
RGB
CMYK
RGB Variations
Color information
#F68A0C (or 0xF68A0C) is known color: Tangerine. HEX triplet: F6, 8A and 0C. RGB value is (246,138,12). Sum of RGB (Red+Green+Blue) = 246+138+12=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68A0C is #0975F3. Grayscale: #9C9C9C. Windows color (decimal): -620020 or 822006. OLE color: 822006.
HSL color Cylindrical-coordinate representation of color #F68A0C: hue angle of 32.31º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F68A0C is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 12 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.04 |
| HSL | 32.31º | 0.93% | 0.51% | - |
| HSV(B) | 32.31º | 0.95% | 0.96% | - |
| XYZ | 47.16 | 37.8 | 5.16 | - |
| YUV | 155.93 | 46.78 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 12 | 0 | 0.44 | 0.95 | 0.04 | 32.31 | 0.93 | 0.51 |
| Hex | F6 | 8A | C | 0 | 2C | 5F | 4 | 20 | 5D | 33 |
| Octal | 366 | 212 | 14 | 0 | 54 | 137 | 4 | 40 | 135 | 63 |
| Binary | 11110110 | 10001010 | 1100 | 0 | 101100 | 1011111 | 100 | 100000 | 1011101 | 110011 |
Color Harmonies of #F68A0C
Complementary color
Monochromatic Colors of #F68A0C
Black with #F68A0C
Text Example
Text Example
White with #F68A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A0C; }
p { color: rgb(246,138,12); }
H1.HeaderClassName
{
color: #F68A0C;
}
.AnyTagClassName
{
color: #F68A0C;
}
</style>
background-color css
<style>
a { background-color: #F68A0C; }
a { background-color: rgb(246,138,12); }
div.DivClassName
{
background-color: #F68A0C;
}
.BgClassName
{
background-color: #F68A0C;
}
</style>
border-color css
<style>
span { border-color: #F68A0C; }
span { border-color: rgb(246,138,12); }
td.TdClassName
{
border-color: #F68A0C;
}
.TagClassName
{
border-color: #F68A0C;
}
</style>