Shades of Tangerine #F68A04
Tints of Tangerine #F68A04
RGB
CMYK
RGB Variations
Color information
#F68A04 (or 0xF68A04) is known color: Tangerine. HEX triplet: F6, 8A and 04. RGB value is (246,138,4). Sum of RGB (Red+Green+Blue) = 246+138+4=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 4 (1.95% from 255 or 1.03% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68A04 is #0975FB. Grayscale: #9B9B9B. Windows color (decimal): -620028 or 297718. OLE color: 297718.
HSL color Cylindrical-coordinate representation of color #F68A04: hue angle of 33.22º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F68A04 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 4 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.04 |
| HSL | 33.22º | 0.97% | 0.49% | - |
| HSV(B) | 33.22º | 0.98% | 0.96% | - |
| XYZ | 47.12 | 37.78 | 4.92 | - |
| YUV | 155.02 | 42.78 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 4 | 0 | 0.44 | 0.98 | 0.04 | 33.22 | 0.97 | 0.49 |
| Hex | F6 | 8A | 4 | 0 | 2C | 62 | 4 | 21 | 61 | 31 |
| Octal | 366 | 212 | 4 | 0 | 54 | 142 | 4 | 41 | 141 | 61 |
| Binary | 11110110 | 10001010 | 100 | 0 | 101100 | 1100010 | 100 | 100001 | 1100001 | 110001 |
Color Harmonies of #F68A04
Complementary color
Monochromatic Colors of #F68A04
Black with #F68A04
Text Example
Text Example
White with #F68A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A04; }
p { color: rgb(246,138,4); }
H1.HeaderClassName
{
color: #F68A04;
}
.AnyTagClassName
{
color: #F68A04;
}
</style>
background-color css
<style>
a { background-color: #F68A04; }
a { background-color: rgb(246,138,4); }
div.DivClassName
{
background-color: #F68A04;
}
.BgClassName
{
background-color: #F68A04;
}
</style>
border-color css
<style>
span { border-color: #F68A04; }
span { border-color: rgb(246,138,4); }
td.TdClassName
{
border-color: #F68A04;
}
.TagClassName
{
border-color: #F68A04;
}
</style>