Shades of Tangerine #F67A0B
Tints of Tangerine #F67A0B
RGB
CMYK
RGB Variations
Color information
#F67A0B (or 0xF67A0B) is known color: Tangerine. HEX triplet: F6, 7A and 0B. RGB value is (246,122,11). Sum of RGB (Red+Green+Blue) = 246+122+11=379 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.91% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67A0B is #0985F4. Grayscale: #929292. Windows color (decimal): -624117 or 752374. OLE color: 752374.
HSL color Cylindrical-coordinate representation of color #F67A0B: hue angle of 28.34º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F67A0B is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 11 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.04 |
| HSL | 28.34º | 0.93% | 0.5% | - |
| HSV(B) | 28.34º | 0.96% | 0.96% | - |
| XYZ | 45.03 | 33.54 | 4.42 | - |
| YUV | 146.42 | 51.58 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 11 | 0 | 0.50 | 0.96 | 0.04 | 28.34 | 0.93 | 0.5 |
| Hex | F6 | 7A | B | 0 | 32 | 60 | 4 | 1C | 5D | 32 |
| Octal | 366 | 172 | 13 | 0 | 62 | 140 | 4 | 34 | 135 | 62 |
| Binary | 11110110 | 1111010 | 1011 | 0 | 110010 | 1100000 | 100 | 11100 | 1011101 | 110010 |
Color Harmonies of #F67A0B
Complementary color
Monochromatic Colors of #F67A0B
Black with #F67A0B
Text Example
Text Example
White with #F67A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67A0B; }
p { color: rgb(246,122,11); }
H1.HeaderClassName
{
color: #F67A0B;
}
.AnyTagClassName
{
color: #F67A0B;
}
</style>
background-color css
<style>
a { background-color: #F67A0B; }
a { background-color: rgb(246,122,11); }
div.DivClassName
{
background-color: #F67A0B;
}
.BgClassName
{
background-color: #F67A0B;
}
</style>
border-color css
<style>
span { border-color: #F67A0B; }
span { border-color: rgb(246,122,11); }
td.TdClassName
{
border-color: #F67A0B;
}
.TagClassName
{
border-color: #F67A0B;
}
</style>