Shades of Tangerine #F67F0C
Tints of Tangerine #F67F0C
RGB
CMYK
RGB Variations
Color information
#F67F0C (or 0xF67F0C) is known color: Tangerine. HEX triplet: F6, 7F and 0C. RGB value is (246,127,12). Sum of RGB (Red+Green+Blue) = 246+127+12=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67F0C is #0980F3. Grayscale: #969696. Windows color (decimal): -622836 or 819190. OLE color: 819190.
HSL color Cylindrical-coordinate representation of color #F67F0C: hue angle of 29.49º 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 #F67F0C is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 127 | 12 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.04 |
| HSL | 29.49º | 0.93% | 0.51% | - |
| HSV(B) | 29.49º | 0.95% | 0.96% | - |
| XYZ | 45.66 | 34.8 | 4.66 | - |
| YUV | 149.47 | 50.42 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 12 | 0 | 0.48 | 0.95 | 0.04 | 29.49 | 0.93 | 0.51 |
| Hex | F6 | 7F | C | 0 | 30 | 5F | 4 | 1D | 5D | 33 |
| Octal | 366 | 177 | 14 | 0 | 60 | 137 | 4 | 35 | 135 | 63 |
| Binary | 11110110 | 1111111 | 1100 | 0 | 110000 | 1011111 | 100 | 11101 | 1011101 | 110011 |
Color Harmonies of #F67F0C
Complementary color
Monochromatic Colors of #F67F0C
Black with #F67F0C
Text Example
Text Example
White with #F67F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67F0C; }
p { color: rgb(246,127,12); }
H1.HeaderClassName
{
color: #F67F0C;
}
.AnyTagClassName
{
color: #F67F0C;
}
</style>
background-color css
<style>
a { background-color: #F67F0C; }
a { background-color: rgb(246,127,12); }
div.DivClassName
{
background-color: #F67F0C;
}
.BgClassName
{
background-color: #F67F0C;
}
</style>
border-color css
<style>
span { border-color: #F67F0C; }
span { border-color: rgb(246,127,12); }
td.TdClassName
{
border-color: #F67F0C;
}
.TagClassName
{
border-color: #F67F0C;
}
</style>